This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| npm install -g @angular/cli | |
| ng new my-project | |
| cd my-project | |
| npm i ngx-dig |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| export const environment = { | |
| production: false, | |
| firebase: { | |
| apiKey: '<your-key>', | |
| authDomain: '<your-project-authdomain>', | |
| databaseURL: '<your-database-URL>', | |
| projectId: '<your-project-id>', | |
| storageBucket: '<your-storage-bucket>', | |
| messagingSenderId: '<your-messaging-sender-id>' | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| npm install -g @angular/cli | |
| npm i ngx-dig |