Angular Elements demo
This project is a first try of using the experimental @angular/elements
.
It uses Ahead of Time Compilation provided by @ngtools/webpack
.
The bundle will run only in browsers supporting WebComponents.
Install
npm install
Build
Run npm run build
to build the project. The build artifacts will be stored in the dist/
directory.
Run
Run npm run serve
to serve the index.html page with the builded element.