Manifest (.mf file)
Manifest-Version: 1.0
NG2-CSS-ClientLibs: A link to an assets, inside node modules/npm packages, like css that shouild always be included when this package is included, multiply seperated by ; (can also be per component see the spec file definition NG2Config) (TiNG)
NPM-PackageName: The name (package.json) of the project (TiNG)
NG2-Module: The module this package exports (TiNG)
Entry-Point: Point to a dir of the build artifacts which contains the package (package.json file) (TiNG)
CSS-ClientLibs: A list of css files seperated by ; that needs to be included in the NG1 client.
CSS-DesignLibs: A css that needs to be included in the designer.
Bundle-SymbolicName: The id/name of the package
Bundle-Version: The Version of the package
Bundle-Name: The displayed name.
Package-Type: The type (Web-Component or Web-Service)
JS-ClientLibs: A list of css files seperated by ; that needs to be included in the NG1 client.Last updated
Was this helpful?