0.1.5 • Published 1 year ago

@maibornwolff/mwui-angular v0.1.5

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

The Liberation Machine

MWUI - Angular Integration

Work in Progress

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];