This project is a first try of using the experimental @angular/elements.
yarn
npm install
Run yarn build to build the project. The build artifacts will be stored in the dist/ directory.
Run yarn build-watch to build the project with watch option. The build artifacts will be stored in the dist/ directory.
Run yarn serve to run http server.