| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
This package contains the Angular components for FirebaseUI.
Install the package from NPM:
npm install @angular/fire @firebase-oss/ui-angular @firebase-oss/ui-core @firebase-oss/ui-stylesThis project was generated using Angular CLI version 19.1.0.
Angular CLI includes powerful code scaffolding tools. To generate a new component, run:
ng generate component component-nameFor a complete list of available schematics (such as components, directives, or pipes), run:
ng generate --helpTo build the library, run:
ng build angularThis 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:
Navigate to the dist directory:
cd dist/angularRun the npm publish command to publish your library to the npm registry:
npm publishTo execute unit tests with Vitest, use the following command:
pnpm testFor end-to-end (e2e) testing, run:
ng e2eAngular 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.
| Back | FazBrowse Home | New Git URL |