@renet-consulting/elements
TypeScript icon, indicating that this package has built-in type declarations

17.0.0 • Public • Published

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:

  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.

The package is not completed, it has few bugs that are described in

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

Readme

Keywords

none

Package Sidebar

Install

npm i @renet-consulting/elements

Weekly Downloads

1

Version

17.0.0

License

MIT

Unpacked Size

23.9 kB

Total Files

14

Last publish

Collaborators

  • illia.antonov
  • aaltotsky