File tree Expand file tree Collapse file tree 4 files changed +2
-7
lines changed
app/features/metadata/components/cedar-template-form Expand file tree Collapse file tree 4 files changed +2
-7
lines changed Original file line number Diff line number Diff line change 5050 "styles" : [
5151 " src/styles/styles.scss" ,
5252 " node_modules/primeflex/primeflex.css" ,
53+ " node_modules/@fortawesome/fontawesome-free/css/all.min.css" ,
5354 " node_modules/ngx-markdown-editor/assets/highlight.js/agate.min.css"
5455 ],
5556 "stylePreprocessorOptions" : {
Original file line number Diff line number Diff line change @@ -25,8 +25,6 @@ import { ActivatedRoute } from '@angular/router';
2525
2626import { ENVIRONMENT } from '@core/provider/environment.provider' ;
2727
28- import 'cedar-artifact-viewer' ;
29-
3028import { CEDAR_CONFIG , CEDAR_VIEWER_CONFIG } from '../../constants' ;
3129import { CedarMetadataHelper } from '../../helpers' ;
3230import {
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ import { AppComponent } from '@osf/app.component';
44import { appConfig } from '@osf/app.config' ;
55
66import 'cedar-embeddable-editor' ;
7+ import 'cedar-artifact-viewer' ;
78
89bootstrapApplication ( AppComponent , {
910 providers : [ ...appConfig . providers ] ,
Original file line number Diff line number Diff line change 77@use " base" ;
88@use " icons" ;
99
10- @use " @fortawesome/fontawesome-free/scss/fontawesome.scss" ;
11- @use " @fortawesome/fontawesome-free/scss/solid.scss" ;
12- @use " @fortawesome/fontawesome-free/scss/brands.scss" ;
13- @use " @fortawesome/fontawesome-free/scss/regular.scss" ;
14-
1510@use " ./components/md-editor" ;
1611@use " ./components/preprints" ;
1712@use " ./components/collections" ;
You can’t perform that action at this time.
0 commit comments