We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 595ab0f commit 7e5415bCopy full SHA for 7e5415b
README.md
@@ -1,4 +1,6 @@
1
# angular-component-library
2
+[](https://github.com/chapi-chapi/angular-component-library/actions?query=workflow%3ABuild)
3
+
4
This project was scaffolded using [chapi-chapi/generator-angular](https://github.com/chapi-chapi/generator-angular)
5
6
This is a component library for various angular packages.
src/environments/environment.prod.ts
@@ -1,3 +1,4 @@
export const environment = {
- production: true
+ production: true,
+ mock: false
};
0 commit comments