@renet-consulting/elements
v17.0.0
Published
Custom Angular elements
Downloads
5
Readme
Elements
This library provides custom element for tag athat allow no navigate inside app.
Before adding this package to a module be sure that you have added:
CUSTOM_ELEMENTS_SCHEMAtoschemasin yourNgModule- install the package
@angular/elementsby the commandng add @angular/elements - then install
@webcomponents/webcomponentsjsto use elements withes5(and update your polyfill.ts file with next lineimport '@webcomponents/webcomponentsjs/custom-elements-es5-adapter.js';) otherwhise changees5toes2015in your global typescript file.
The package is not completed, it has few bugs that are described in
- https://github.com/angular/angular/issues/29606
- https://github.com/angular/angular/issues/30207
Release v17.0.0
Converted project to Angular v17
Release v16.0.0
Converted project to Angular v16
Release v15.0.0
Converted project to Angular v15
Release v14.0.0
Converted project to Angular v14
Release v9.0.0
Converted project to Angular v9
