@ecodev/natural 50.4.0 → 50.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2020/lib/modules/icon/icon.module.mjs +15 -3
- package/fesm2015/ecodev-natural.mjs +13 -2
- package/fesm2015/ecodev-natural.mjs.map +1 -1
- package/fesm2020/ecodev-natural.mjs +13 -2
- package/fesm2020/ecodev-natural.mjs.map +1 -1
- package/lib/modules/icon/icon.module.d.ts +2 -0
- package/package.json +1 -1
|
@@ -1,10 +1,12 @@
|
|
|
1
1
|
import { ModuleWithProviders } from '@angular/core';
|
|
2
|
+
import { MatIconRegistry } from '@angular/material/icon';
|
|
2
3
|
import { NaturalIconsConfig } from './icon.directive';
|
|
3
4
|
import * as i0 from "@angular/core";
|
|
4
5
|
import * as i1 from "./icon.directive";
|
|
5
6
|
import * as i2 from "@angular/common";
|
|
6
7
|
import * as i3 from "@angular/material/icon";
|
|
7
8
|
export declare class NaturalIconModule {
|
|
9
|
+
constructor(iconRegistry: MatIconRegistry);
|
|
8
10
|
static forRoot(config: NaturalIconsConfig): ModuleWithProviders<NaturalIconModule>;
|
|
9
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<NaturalIconModule, never>;
|
|
10
12
|
static ɵmod: i0.ɵɵNgModuleDeclaration<NaturalIconModule, [typeof i1.NaturalIconDirective], [typeof i2.CommonModule, typeof i3.MatIconModule], [typeof i1.NaturalIconDirective]>;
|