[MNT-21386] about extension (#1674)

* separate project for about extension

* move components to the about project

* remove about from the app

* update travis

* fix lint
This commit is contained in:
Denys Vuika
2020-09-16 08:48:17 +01:00
committed by GitHub
parent e3cbddb465
commit 6612a702c0
34 changed files with 344 additions and 76 deletions

View File

@@ -0,0 +1,7 @@
{
"$schema": "../../node_modules/ng-packagr/ng-package.schema.json",
"dest": "../../dist/aca-about",
"lib": {
"entryFile": "src/public-api.ts"
}
}