Add ngx-clipboard
Some checks failed
FarmMaps.Develop/FarmMapsLib/pipeline/head There was a failure building this commit
Some checks failed
FarmMaps.Develop/FarmMapsLib/pipeline/head There was a failure building this commit
This commit is contained in:
parent
2f74f43c8e
commit
8f06a56e52
@ -19,6 +19,7 @@
|
|||||||
"angular-oauth2-oidc": "^10.0.3",
|
"angular-oauth2-oidc": "^10.0.3",
|
||||||
"moment": "^2.27.0",
|
"moment": "^2.27.0",
|
||||||
"ngx-avatar": "^4.0.0",
|
"ngx-avatar": "^4.0.0",
|
||||||
"ngx-image-cropper": "^3.3.5"
|
"ngx-image-cropper": "^3.3.5",
|
||||||
|
"ngx-clipboard": "^14.0.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -10,6 +10,7 @@ import { StoreModule, Store } from '@ngrx/store';
|
|||||||
import { EffectsModule } from '@ngrx/effects';
|
import { EffectsModule } from '@ngrx/effects';
|
||||||
import { NgbModule } from '@ng-bootstrap/ng-bootstrap';
|
import { NgbModule } from '@ng-bootstrap/ng-bootstrap';
|
||||||
import { UploadxModule } from 'ngx-uploadx';
|
import { UploadxModule } from 'ngx-uploadx';
|
||||||
|
import { ClipboardModule } from 'ngx-clipboard';
|
||||||
|
|
||||||
|
|
||||||
// routing module
|
// routing module
|
||||||
@ -123,6 +124,7 @@ export {
|
|||||||
NgbModule,
|
NgbModule,
|
||||||
FormsModule,
|
FormsModule,
|
||||||
UploadxModule,
|
UploadxModule,
|
||||||
|
ClipboardModule,
|
||||||
AvatarModule,
|
AvatarModule,
|
||||||
ImageCropperModule
|
ImageCropperModule
|
||||||
],
|
],
|
||||||
@ -154,6 +156,7 @@ export {
|
|||||||
exports: [
|
exports: [
|
||||||
NgbModule,
|
NgbModule,
|
||||||
UploadxModule,
|
UploadxModule,
|
||||||
|
ClipboardModule,
|
||||||
CommonModule,
|
CommonModule,
|
||||||
AppComponent,
|
AppComponent,
|
||||||
ResumableFileUploadComponent,
|
ResumableFileUploadComponent,
|
||||||
|
Loading…
Reference in New Issue
Block a user