Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 837 Bytes

File metadata and controls

23 lines (19 loc) · 837 Bytes

WebComponent-Angular-9

Sample WebComponent/CustomElement for Angular components using Angular Elements

Start

Preview

  • Run npm run serve to generate the local url for preview

Build

  • Run npm run build to build the angular elements outpur.
  • Post build, output files will be generated in the dist/WebComponentAngular9 folder.
  • Use the generated files in the below your HTML to consume.
    • polyfills-*.js
    • vendor-*.js
    • runtime-*.js
    • styles-*.js
    • main-*.js