@osovitny/anatoly 2.14.94 → 2.14.96
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.
|
@@ -32,7 +32,7 @@ import * as i2$1 from '@progress/kendo-angular-dialog';
|
|
|
32
32
|
import { DialogsModule } from '@progress/kendo-angular-dialog';
|
|
33
33
|
import * as i6 from 'ngx-captcha';
|
|
34
34
|
import { NgxCaptchaModule } from 'ngx-captcha';
|
|
35
|
-
import { faCheckCircle, faCircleXmark, faDatabase } from '@fortawesome/free-solid-svg-icons';
|
|
35
|
+
import { faCheckCircle, faCircleXmark, faDatabase, faCopy } from '@fortawesome/free-solid-svg-icons';
|
|
36
36
|
import { ButtonsModule } from '@progress/kendo-angular-buttons';
|
|
37
37
|
import { DropDownsModule } from '@progress/kendo-angular-dropdowns';
|
|
38
38
|
import { InputsModule } from '@progress/kendo-angular-inputs';
|
|
@@ -4575,7 +4575,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImpor
|
|
|
4575
4575
|
*/
|
|
4576
4576
|
class FaModule {
|
|
4577
4577
|
constructor(library) {
|
|
4578
|
-
library.addIcons(faCheckCircle, faCircleXmark, faDatabase);
|
|
4578
|
+
library.addIcons(faCheckCircle, faCircleXmark, faDatabase, faCopy);
|
|
4579
4579
|
}
|
|
4580
4580
|
}
|
|
4581
4581
|
FaModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: FaModule, deps: [{ token: i2.FaIconLibrary }], target: i0.ɵɵFactoryTarget.NgModule });
|