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

Commit

Permalink
Created angular lib
Browse files Browse the repository at this point in the history
  • Loading branch information
Nekmo committed Sep 25, 2020
1 parent ea7020c commit c478aa3
Show file tree
Hide file tree
Showing 20 changed files with 12,902 additions and 3,305 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
Expand Down
48 changes: 46 additions & 2 deletions angular-django/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,49 @@
"$schema": "./node_modules/@angular/cli/lib/config/schema.json",
"version": 1,
"newProjectRoot": "projects",
"projects": {}
}
"projects": {
"angular-django": {
"projectType": "library",
"root": "projects/angular-django",
"sourceRoot": "projects/angular-django/src",
"prefix": "lib",
"architect": {
"build": {
"builder": "@angular-devkit/build-angular:ng-packagr",
"options": {
"tsConfig": "projects/angular-django/tsconfig.lib.json",
"project": "projects/angular-django/ng-package.json"
},
"configurations": {
"production": {
"tsConfig": "projects/angular-django/tsconfig.lib.prod.json"
}
}
},
"test": {
"builder": "@angular-devkit/build-angular:karma",
"options": {
"main": "projects/angular-django/src/test.ts",
"tsConfig": "projects/angular-django/tsconfig.spec.json",
"karmaConfig": "projects/angular-django/karma.conf.js"
}
},
"lint": {
"builder": "@angular-devkit/build-angular:tslint",
"options": {
"tsConfig": [
"projects/angular-django/tsconfig.lib.json",
"projects/angular-django/tsconfig.spec.json"
],
"exclude": [
"**/node_modules/**"
]
}
}
}
}},
"cli": {
"analytics": "542e0a50-12b0-4864-a051-7229c687b664"
},
"defaultProject": "angular-django"
}
Loading

0 comments on commit c478aa3

Please sign in to comment.