Skip to content

Instantly share code, notes, and snippets.

npm install -g @angular/cli
ng new my-project
cd my-project
npm i ngx-dig
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>'
}
npm install -g @angular/cli
npm i ngx-dig