@codebakery/origami
Version:
Angular + Polymer
11 lines (10 loc) • 388 B
TypeScript
/**
* Importing this module will add the ability for Angular components to include
* Polymer style modules with the `@IncludeStyles()` decorator. This module
* only needs to be imported once at the root component.
*
* This module does _not_ require `@angular/router` and will not inject styles
* into lazy loaded components.
*/
export declare class IncludeStylesNoRouterModule {
}