Jayakumar Balasubramaniam ba7a0e1615 Angularelements html templatefile - New Sample (#745)
* Added a new sample angularelements-html-templatefile.

* Updated README file with detailed implementation.
2019-02-09 12:06:03 +02:00

19 lines
536 B
JSON

{
"$schema": "https://dev.office.com/json-schemas/spfx-build/config.2.0.schema.json",
"version": "2.0",
"bundles": {
"angular-web-parts": {
"components": [
{
"entrypoint": "./lib/webparts/helloAngularTemplate/HelloAngularWebPart.js",
"manifest": "./src/webparts/helloAngularTemplate/HelloAngularWebPart.manifest.json"
}
]
}
},
"externals": {},
"localizedResources": {
"HelloAngularWebPartStrings": "lib/webparts/helloAngularTemplate/loc/{locale}.js"
}
}