This package contains the Angular components for FirebaseUI.
npm install @invertase/firebaseui-angularThis package contains the Angular components for FirebaseUI.
Install the package from NPM:
``bash`
npm install @angular/fire @invertase/firebaseui-angular @invertase/firebaseui-core @invertase/firebaseui-styles @invertase/firebaseui-translations
This project was generated using Angular CLI version 19.1.0.
Angular CLI includes powerful code scaffolding tools. To generate a new component, run:
`bash`
ng generate component component-name
For a complete list of available schematics (such as components, directives, or pipes), run:
`bash`
ng generate --help
To build the library, run:
`bash`
ng build angular
This command will compile your project, and the build artifacts will be placed in the dist/ directory.
Once the project is built, you can publish your library by following these steps:
1. Navigate to the dist directory:
`bash`
cd dist/angular
2. Run the npm publish command to publish your library to the npm registry:`
bash`
npm publish
To execute unit tests with Vitest, use the following command:
`bash`
pnpm test
For end-to-end (e2e) testing, run:
`bash``
ng e2e
Angular CLI does not come with an end-to-end testing framework by default. You can choose one that suits your needs.
For more information on using the Angular CLI, including detailed command references, visit the Angular CLI Overview and Command Reference page.