Skip to content

Commit

Permalink
Fixed import of bootstrap icons for features viewer
Browse files Browse the repository at this point in the history
  • Loading branch information
damiclem committed Feb 8, 2024
1 parent 4547ff4 commit 8437035
Show file tree
Hide file tree
Showing 5 changed files with 47 additions and 64 deletions.
84 changes: 42 additions & 42 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,48 +3,6 @@
"version": 1,
"newProjectRoot": "projects",
"projects": {
"ngx-structure-viewer": {
"projectType": "library",
"root": "projects/ngx-structure-viewer",
"sourceRoot": "projects/ngx-structure-viewer/src",
"prefix": "lib",
"architect": {
"build": {
"builder": "@angular-devkit/build-angular:ng-packagr",
"options": {
"project": "projects/ngx-structure-viewer/ng-package.json"
},
"configurations": {
"production": {
"tsConfig": "projects/ngx-structure-viewer/tsconfig.lib.prod.json"
},
"development": {
"tsConfig": "projects/ngx-structure-viewer/tsconfig.lib.json"
}
},
"defaultConfiguration": "production"
},
"test": {
"builder": "@angular-devkit/build-angular:karma",
"options": {
"tsConfig": "projects/ngx-structure-viewer/tsconfig.spec.json",
"polyfills": [
"zone.js",
"zone.js/testing"
]
}
},
"lint": {
"builder": "@angular-eslint/builder:lint",
"options": {
"lintFilePatterns": [
"projects/ngx-structure-viewer/**/*.ts",
"projects/ngx-structure-viewer/**/*.html"
]
}
}
}
},
"demo-showcase": {
"projectType": "application",
"schematics": {
Expand Down Expand Up @@ -148,6 +106,48 @@
}
}
},
"ngx-structure-viewer": {
"projectType": "library",
"root": "projects/ngx-structure-viewer",
"sourceRoot": "projects/ngx-structure-viewer/src",
"prefix": "lib",
"architect": {
"build": {
"builder": "@angular-devkit/build-angular:ng-packagr",
"options": {
"project": "projects/ngx-structure-viewer/ng-package.json"
},
"configurations": {
"production": {
"tsConfig": "projects/ngx-structure-viewer/tsconfig.lib.prod.json"
},
"development": {
"tsConfig": "projects/ngx-structure-viewer/tsconfig.lib.json"
}
},
"defaultConfiguration": "production"
},
"test": {
"builder": "@angular-devkit/build-angular:karma",
"options": {
"tsConfig": "projects/ngx-structure-viewer/tsconfig.spec.json",
"polyfills": [
"zone.js",
"zone.js/testing"
]
}
},
"lint": {
"builder": "@angular-eslint/builder:lint",
"options": {
"lintFilePatterns": [
"projects/ngx-structure-viewer/**/*.ts",
"projects/ngx-structure-viewer/**/*.html"
]
}
}
}
},
"ngx-features-viewer": {
"projectType": "library",
"root": "projects/ngx-features-viewer",
Expand Down
20 changes: 0 additions & 20 deletions docs/404.html

This file was deleted.

2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
<link rel="stylesheet" href="styles.ef46db3751d8e999.css"></head>
<body>
<app-root></app-root>
<script src="runtime.9d86f2421e75c000.js" type="module"></script><script src="polyfills.e2b1099c71faaebd.js" type="module"></script><script src="main.1b66eaab77c1d65c.js" type="module"></script></body>
<script src="runtime.9d86f2421e75c000.js" type="module"></script><script src="polyfills.e2b1099c71faaebd.js" type="module"></script><script src="main.4c3c95c0f98aa07c.js" type="module"></script></body>
</html>

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions projects/ngx-features-viewer/src/styles/_icons.scss
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
$bootstrap-icons-font-src:
url("../../../../node_modules/bootstrap-icons/font/fonts/bootstrap-icons.woff2") format("woff2"),
url("../../../../node_modules/bootstrap-icons/font/fonts/bootstrap-icons.woff") format("woff");
@import "../../../../node_modules/bootstrap-icons/font/bootstrap-icons.scss";

0 comments on commit 8437035

Please sign in to comment.