Skip to content

Update instructions and code sample to use standalone components instead of, or in addition, to NgModules #210

Description

@nanophilip

Could you please update the instructions and code sample at https://github.com/RaphaelJenni/FirebaseUI-Angular?tab=readme-ov-file#how-to-use to use standalone components instead of, or in addition to, NgModules?

And I believe it would be helpful to add filenames at the beginning of each code block like it is done at https://angular.dev/reference/migrations/standalone#convert-declarations-to-standalone:

How to use:

  1. Using NgModules
// ./app/app.module.ts
...
  1. Using standalone components
// ./app/app.component.ts
...
// ./main.ts
...

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions