mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-12 22:03:03 -05:00
feat(doc): move notifivation
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"extends": ["../../.eslintrc.json"],
|
"extends": ["../../../.eslintrc.json"],
|
||||||
"ignorePatterns": ["!**/*"],
|
"ignorePatterns": ["!**/*"],
|
||||||
"overrides": [
|
"overrides": [
|
||||||
{
|
{
|
||||||
@@ -1,25 +1,25 @@
|
|||||||
{
|
{
|
||||||
"name": "ngrx-notification",
|
"name": "ngrx-notification",
|
||||||
"$schema": "../../node_modules/nx/schemas/project-schema.json",
|
"$schema": "../../../node_modules/nx/schemas/project-schema.json",
|
||||||
"projectType": "application",
|
"projectType": "application",
|
||||||
"sourceRoot": "apps/ngrx-notification/src",
|
"sourceRoot": "apps/ngrx/notification/src",
|
||||||
"prefix": "app",
|
"prefix": "app",
|
||||||
"targets": {
|
"targets": {
|
||||||
"build": {
|
"build": {
|
||||||
"executor": "@angular-devkit/build-angular:browser",
|
"executor": "@angular-devkit/build-angular:browser",
|
||||||
"outputs": ["{options.outputPath}"],
|
"outputs": ["{options.outputPath}"],
|
||||||
"options": {
|
"options": {
|
||||||
"outputPath": "dist/apps/ngrx-notification",
|
"outputPath": "dist/apps/ngrx/notification",
|
||||||
"index": "apps/ngrx-notification/src/index.html",
|
"index": "apps/ngrx/notification/src/index.html",
|
||||||
"main": "apps/ngrx-notification/src/main.ts",
|
"main": "apps/ngrx/notification/src/main.ts",
|
||||||
"polyfills": "apps/ngrx-notification/src/polyfills.ts",
|
"polyfills": "apps/ngrx/notification/src/polyfills.ts",
|
||||||
"tsConfig": "apps/ngrx-notification/tsconfig.app.json",
|
"tsConfig": "apps/ngrx/notification/tsconfig.app.json",
|
||||||
"inlineStyleLanguage": "scss",
|
"inlineStyleLanguage": "scss",
|
||||||
"assets": [
|
"assets": [
|
||||||
"apps/ngrx-notification/src/favicon.ico",
|
"apps/ngrx/notification/src/favicon.ico",
|
||||||
"apps/ngrx-notification/src/assets"
|
"apps/ngrx/notification/src/assets"
|
||||||
],
|
],
|
||||||
"styles": ["apps/ngrx-notification/src/styles.scss"],
|
"styles": ["apps/ngrx/notification/src/styles.scss"],
|
||||||
"scripts": [],
|
"scripts": [],
|
||||||
"allowedCommonJsDependencies": ["seedrandom"]
|
"allowedCommonJsDependencies": ["seedrandom"]
|
||||||
},
|
},
|
||||||
@@ -39,8 +39,8 @@
|
|||||||
],
|
],
|
||||||
"fileReplacements": [
|
"fileReplacements": [
|
||||||
{
|
{
|
||||||
"replace": "apps/ngrx-notification/src/environments/environment.ts",
|
"replace": "apps/ngrx/notification/src/environments/environment.ts",
|
||||||
"with": "apps/ngrx-notification/src/environments/environment.prod.ts"
|
"with": "apps/ngrx/notification/src/environments/environment.prod.ts"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"outputHashing": "all"
|
"outputHashing": "all"
|
||||||
@@ -78,8 +78,8 @@
|
|||||||
"executor": "@nx/linter:eslint",
|
"executor": "@nx/linter:eslint",
|
||||||
"options": {
|
"options": {
|
||||||
"lintFilePatterns": [
|
"lintFilePatterns": [
|
||||||
"apps/ngrx-notification/**/*.ts",
|
"apps/ngrx/notification/**/*.ts",
|
||||||
"apps/ngrx-notification/**/*.html"
|
"apps/ngrx/notification/**/*.html"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"extends": "./tsconfig.json",
|
"extends": "./tsconfig.json",
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"outDir": "../../dist/out-tsc",
|
"outDir": "../../../dist/out-tsc",
|
||||||
"types": [],
|
"types": [],
|
||||||
"target": "ES2022",
|
"target": "ES2022",
|
||||||
"useDefineForClassFields": false
|
"useDefineForClassFields": false
|
||||||
@@ -2,7 +2,7 @@
|
|||||||
"extends": "./tsconfig.json",
|
"extends": "./tsconfig.json",
|
||||||
"include": [
|
"include": [
|
||||||
"**/*.ts",
|
"**/*.ts",
|
||||||
"../../libs/ngrx-notification/backend/src/lib/fake-backend.service.ts"
|
"../../../libs/ngrx-notification/backend/src/lib/fake-backend.service.ts"
|
||||||
],
|
],
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"types": []
|
"types": []
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"extends": "../../tsconfig.base.json",
|
"extends": "../../../tsconfig.base.json",
|
||||||
"files": [],
|
"files": [],
|
||||||
"include": [],
|
"include": [],
|
||||||
"references": [
|
"references": [
|
||||||
Reference in New Issue
Block a user