FirebaseUI-Angular icon indicating copy to clipboard operation
FirebaseUI-Angular copied to clipboard

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

Open nanophilip opened this issue 1 year ago • 2 comments

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
...

nanophilip avatar Dec 02 '24 08:12 nanophilip

Am also stuck between these lines, could not figure out how to work with standalone components.

katwekibs avatar Dec 04 '24 19:12 katwekibs