Closed chr1soscl closed 5 years ago
You might've forgotten to declare the component in app.module.ts
You might've forgotten to declare the component in app.module.ts
This is not specified in the documentation.
If someone, for A7:
// . . .
import { NgxFlagIconCssModule } from 'ngx-flag-icon-css';
@NgModule({
declarations: [
],
imports: [
// . . .
NgxFlagIconCssModule
]
})
export class ComponentsModule { }
@AnthonyLenglet can you please add the required things into docs? I cannot get it working either for Angular9.
I installed the packages: npm install ngx-flag-icon-css flag-icon-css
then I am using the tag in the html:
but I am getting the below error:
Here are some links to help you start:
[ERROR ->]