We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40bbc3e commit c4293e0Copy full SHA for c4293e0
package.json
@@ -15,7 +15,8 @@
15
"start": "ng serve -o",
16
"build": "ng build",
17
"watch": "ng build --watch --configuration development",
18
- "test": "ng test"
+ "test": "ng test",
19
+ "link:ln": "ln -s ../coreui-angular/dist/coreui-angular/ @lib"
20
},
21
"private": true,
22
"dependencies": {
tsconfig.app.json
@@ -7,6 +7,10 @@
7
"@angular/localize"
8
],
9
"paths": {
10
+ "@coreui/angular": [
11
+ "./@lib",
12
+ "./node-modules/@coreui/angular"
13
+ ],
14
"@docs-components/*": [
"./src/components/*"
]
0 commit comments