0.0.15 • Published 1 year ago

tlm-angular v0.0.15

Weekly downloads
-
License
-
Repository
github
Last release
1 year ago

The Liberation Machine - Angular

WIP

Required fixes

Angular

To enable support for web components in Angular, add the following to the @NgModule in app.module.ts:

schemas: [CUSTOM_ELEMENTS_SCHEMA];