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

SPFX + Office Fabric UI #2929

@dbobrovsky

Description

@dbobrovsky

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions