src/styles/provider.ts
Methods |
Static mapping | ||||||
mapping(styles: StylesMapping[])
|
||||||
Used for registering a global mapping of presentation style to class names from within the list of providers of an NgModule.
Parameters :
Returns :
Provider
|
Static register | ||||||
register(candidate: Type
|
||||||
Used for registering a global mapping of a generic style translator class from within the list of providers of an NgModule.
Parameters :
Returns :
Provider
|