0.0.9 • Published 2 years ago

tlm-angular-test v0.0.9

Weekly downloads
-
License
-
Repository
github
Last release
2 years 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];