From 4ea359a2d2d531b81d2de073877554e6cdf2f4c2 Mon Sep 17 00:00:00 2001 From: Oscar Hinton Date: Wed, 29 Jun 2022 15:47:31 +0200 Subject: [PATCH] Remove outdated component library readme (#2983) --- libs/components/README.md | 27 ------------ libs/components/angular.json | 81 ------------------------------------ 2 files changed, 108 deletions(-) delete mode 100644 libs/components/README.md delete mode 100644 libs/components/angular.json diff --git a/libs/components/README.md b/libs/components/README.md deleted file mode 100644 index ce39c48faf..0000000000 --- a/libs/components/README.md +++ /dev/null @@ -1,27 +0,0 @@ -# Components - -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.1.3. - -## Development server - -Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files. - -## Code scaffolding - -Run `ng generate component component-name` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module`. - -## Build - -Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory. - -## Running unit tests - -Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io). - -## Running end-to-end tests - -Run `ng e2e` to execute the end-to-end tests via a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities. - -## Further help - -To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page. diff --git a/libs/components/angular.json b/libs/components/angular.json deleted file mode 100644 index 90015d56a3..0000000000 --- a/libs/components/angular.json +++ /dev/null @@ -1,81 +0,0 @@ -{ - "$schema": "./node_modules/@angular/cli/lib/config/schema.json", - "version": 1, - "newProjectRoot": "projects", - "projects": { - "components": { - "projectType": "application", - "schematics": { - "@schematics/angular:application": { - "strict": true - } - }, - "root": "", - "sourceRoot": "src", - "prefix": "app", - "architect": { - "build": { - "builder": "@angular-devkit/build-angular:browser", - "options": { - "outputPath": "dist/components", - "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", "src/styles.css"], - "stylePreprocessorOptions": { - "includePaths": ["src/styles"] - }, - "scripts": [] - }, - "configurations": { - "production": { - "budgets": [ - { - "type": "initial", - "maximumWarning": "500kb", - "maximumError": "1mb" - }, - { - "type": "anyComponentStyle", - "maximumWarning": "2kb", - "maximumError": "4kb" - } - ], - "outputHashing": "all" - }, - "development": { - "buildOptimizer": false, - "optimization": false, - "vendorChunk": true, - "extractLicenses": false, - "sourceMap": true, - "namedChunks": true - } - }, - "defaultConfiguration": "production" - }, - "serve": { - "builder": "@angular-devkit/build-angular:dev-server", - "configurations": { - "production": { - "browserTarget": "components:build:production" - }, - "development": { - "browserTarget": "components:build:development" - } - }, - "defaultConfiguration": "development" - }, - "extract-i18n": { - "builder": "@angular-devkit/build-angular:extract-i18n", - "options": { - "browserTarget": "components:build" - } - } - } - } - }, - "defaultProject": "components" -}