Custom Angular elements
npm install @renet-consulting/elementsathat allow no navigate inside app.
Before adding this package to a module be sure that you have added:
1. CUSTOM_ELEMENTS_SCHEMA to schemas in your NgModule
2. install the package @angular/elements by the command ng add @angular/elements
3. then install @webcomponents/webcomponentsjs to use elements with es5 (and update your polyfill.ts file with next line import '@webcomponents/webcomponentsjs/custom-elements-es5-adapter.js';) otherwhise change es5 to es2015` in your global typescript file.