tlm-angular-test
v0.0.9
Published
Angular specific wrapper for tlm-components
Downloads
4
Readme
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];