Skip to content

Commit

Permalink
Styles
Browse files Browse the repository at this point in the history
  • Loading branch information
marjan-georgiev committed Feb 6, 2024
1 parent 342a610 commit d69fa53
Show file tree
Hide file tree
Showing 4 changed files with 82 additions and 175 deletions.
37 changes: 15 additions & 22 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
"$schema": "./node_modules/@angular/cli/lib/config/schema.json",
"cli": {
"analytics": "4bf7da0c-4716-4325-9d63-7590f203263b",
"schematicCollections": [
"@angular-eslint/schematics"
]
"schematicCollections": ["@angular-eslint/schematics"]
},
"version": 1,
"newProjectRoot": "projects",
Expand All @@ -29,20 +27,23 @@
"lodash",
"cron-validate",
"cronstrue",
"moment-timezone"
"moment-timezone",
"@swimlane/ngx-ui"
],
"outputPath": "dist/ngx-cron",
"index": "src/index.html",
"main": "src/main.ts",
"polyfills": "src/polyfills.ts",
"tsConfig": "tsconfig.app.json",
"assets": [
"src/favicon.ico",
"src/assets"
],
"styles": [
"src/styles.scss"
],
"assets": ["src/favicon.ico", "src/assets"],
"styles": ["src/styles.scss"],
"stylePreprocessorOptions": {
"includePaths": [
"node_modules",
"node_modules/@swimlane/ngx-ui/lib/styles",
"node_modules/@swimlane/ngx-ui/lib/assets"
]
},
"scripts": [],
"vendorChunk": true,
"extractLicenses": false,
Expand Down Expand Up @@ -106,13 +107,8 @@
"polyfills": "src/polyfills.ts",
"tsConfig": "tsconfig.spec.json",
"karmaConfig": "karma.conf.js",
"assets": [
"src/favicon.ico",
"src/assets"
],
"styles": [
"src/styles.scss"
],
"assets": ["src/favicon.ico", "src/assets"],
"styles": ["src/styles.scss"],
"scripts": []
}
},
Expand All @@ -131,10 +127,7 @@
"lint": {
"builder": "@angular-eslint/builder:lint",
"options": {
"lintFilePatterns": [
"src/**/*.ts",
"src/**/*.html"
]
"lintFilePatterns": ["src/**/*.ts", "src/**/*.html"]
}
}
}
Expand Down
Loading

0 comments on commit d69fa53

Please sign in to comment.