Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to use in angular 9 project? #4

Open
devemanager opened this issue Nov 11, 2020 · 1 comment
Open

How to use in angular 9 project? #4

devemanager opened this issue Nov 11, 2020 · 1 comment

Comments

@devemanager
Copy link

after installing the project. I cannot add to the class.
image

@jarodieg
Copy link

You need to import the module:

import { NgxFlagIconCssModule } from 'ngx-flag-icon-css';

@NgModule({
  declarations: [...],
  exports: [...],
  providers: [...],
  imports: NgxFlagIconCssModule ,
})

This works for me in Angular 9.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants