From 8b290e3537b1d4c7ec1e105c84e7bdabf44d07da Mon Sep 17 00:00:00 2001 From: Anthony Nahas Date: Mon, 20 Jan 2020 05:18:00 +0100 Subject: [PATCH] fix(lib): solved issues with schematics --- .../fab-menu/README.md | 24 ------------------- .../fab-menu/schematics/collection.json | 2 +- .../fab-menu/tsconfig.schematics.json | 2 +- 3 files changed, 2 insertions(+), 26 deletions(-) delete mode 100644 projects/angular-material-extensions/fab-menu/README.md diff --git a/projects/angular-material-extensions/fab-menu/README.md b/projects/angular-material-extensions/fab-menu/README.md deleted file mode 100644 index 000bcd6..0000000 --- a/projects/angular-material-extensions/fab-menu/README.md +++ /dev/null @@ -1,24 +0,0 @@ -# FabMenu - -This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.2.14. - -## Code scaffolding - -Run `ng generate component component-name --project fab-menu` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project fab-menu`. -> Note: Don't forget to add `--project fab-menu` or else it will be added to the default project in your `angular.json` file. - -## Build - -Run `ng build fab-menu` to build the project. The build artifacts will be stored in the `dist/` directory. - -## Publishing - -After building your library with `ng build fab-menu`, go to the dist folder `cd dist/fab-menu` and run `npm publish`. - -## Running unit tests - -Run `ng test fab-menu` to execute the unit tests via [Karma](https://karma-runner.github.io). - -## Further help - -To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md). diff --git a/projects/angular-material-extensions/fab-menu/schematics/collection.json b/projects/angular-material-extensions/fab-menu/schematics/collection.json index 817e2e9..28cfb50 100755 --- a/projects/angular-material-extensions/fab-menu/schematics/collection.json +++ b/projects/angular-material-extensions/fab-menu/schematics/collection.json @@ -2,7 +2,7 @@ "$schema": "../../../../node_modules/@angular-devkit/schematics/collection-schema.json", "schematics": { "ng-add": { - "description": "Add @angular-material-extensions/select-country to the project.", + "description": "Add @angular-material-extensions/fab-menu to the project.", "factory": "./ng-add/index" } } diff --git a/projects/angular-material-extensions/fab-menu/tsconfig.schematics.json b/projects/angular-material-extensions/fab-menu/tsconfig.schematics.json index 546bac4..75b9571 100644 --- a/projects/angular-material-extensions/fab-menu/tsconfig.schematics.json +++ b/projects/angular-material-extensions/fab-menu/tsconfig.schematics.json @@ -15,7 +15,7 @@ "noUnusedParameters": true, "noUnusedLocals": true, "rootDir": "schematics", - "outDir": "../../../dist/angular-material-extensions/select-country/schematics", + "outDir": "../../../dist/angular-material-extensions/fab-menu/schematics", "skipDefaultLibCheck": true, "skipLibCheck": true, "sourceMap": true,