Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

SPFX + Office Fabric UI #2929

Closed
dbobrovsky opened this issue Jun 1, 2020 · 1 comment
Closed

SPFX + Office Fabric UI #2929

dbobrovsky opened this issue Jun 1, 2020 · 1 comment

Comments

@dbobrovsky
Copy link

We adopt our old AngularJS APP to use SPFX. Great problem is Office Fabric UI. This library is added to the page and I cannot change it.
Capture

We use Office 2.1 and other icons and in addition, we develop for on-prem version SP and cannot use CDN because our clients work without the Internet. I tried to use SPComponentLoader to load my version of Office Fabric

},
"dependencies": {
"@angular/router": "^9.1.9",
"@microsoft/sp-core-library": "~1.1.0",
"@microsoft/sp-loader": "^1.10.0",
"@microsoft/sp-lodash-subset": "~1.1.0",
"@microsoft/sp-webpart-base": "~1.1.0",
"@types/angular": "1.6.6",
"@types/jquery": "^1.10.31",
"@types/react": "^16.9.35",
"@types/react-dom": "^16.9.8",
"@types/webpack-env": ">=1.12.1 <1.14.0",
"tslint": "^6.1.2",
"typescript": "^2.4.2"
},
"devDependencies": {
"@microsoft/sp-build-web": "~1.1.0",
"@microsoft/sp-module-interfaces": "~1.1.0",
"@microsoft/sp-webpart-workbench": "~1.1.0",
"@types/chai": ">=3.4.34 <3.6.0",
"@types/mocha": ">=2.2.33 <2.6.0",
"gulp": "^3.9.1"
}
my package.json

How I can use my own version of Office Fabric? I don't see any settings for it

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants