Answers for "Please add a @Pipe/@Directive/@Component annotation."

0

Please add a @Pipe/@Directive/@Component annotation.

import { SharedModule } from './modules/shared/shared.module';

@NgModule({
  declarations: [
     // Should not have been added here...
  ],
  imports: [
     SharedModule
  ],
Posted by: Guest on March-12-2020

Code answers related to "Please add a @Pipe/@Directive/@Component annotation."

Browse Popular Code Answers by Language