Skip to content

Commit

Permalink
ISSUE-43, confilict between loading and load options
Browse files Browse the repository at this point in the history
  • Loading branch information
ar.mohammadi@mahsan.co committed Jul 30, 2023
1 parent 890193d commit 12e0d6f
Show file tree
Hide file tree
Showing 94 changed files with 8,892 additions and 4,417 deletions.
25 changes: 3 additions & 22 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,45 +11,26 @@
"prefix": "app",
"architect": {
"build": {
"builder": "@ng-doc/builder:browser",
"builder": "@angular-devkit/build-angular:browser",
"options": {
"outputPath": "dist/ngx-mat-select",
"index": "src/index.html",
"main": "src/main.ts",
"polyfills": "src/polyfills.ts",
"tsConfig": "tsconfig.app.json",
"assets": [
{
"glob": "**/*",
"input": "node_modules/@ng-doc/app/assets",
"output": "assets/ng-doc/app"
},
{
"glob": "**/*",
"input": "node_modules/@ng-doc/ui-kit/assets",
"output": "assets/ng-doc/ui-kit"
},
{
"glob": "**/*",
"input": ".ng-doc/ngx-mat-select/assets",
"output": "assets/ng-doc"
},
"src/favicon.ico",
"src/assets"
],
"styles": [
"node_modules/@ng-doc/app/styles/global.css",
"src/styles.scss"
],
"stylePreprocessorOptions": {
"includePaths": [
"node_modules/@angular/material"
]
},
"scripts": [],
"allowedCommonJsDependencies": [
"@ng-doc/core"
]
"scripts": []
},
"configurations": {
"production": {
Expand Down Expand Up @@ -82,7 +63,7 @@
}
},
"serve": {
"builder": "@ng-doc/builder:dev-server",
"builder": "@angular-devkit/build-angular:dev-server",
"options": {
"browserTarget": "ngx-mat-select:build"
},
Expand Down

0 comments on commit 12e0d6f

Please sign in to comment.