Registering QuizSearchComponent

As always, don't forget to register the QuizSearchComponent within the app.module.shared.ts file:

[...]

import { QuizSearchComponent } from './components/quiz/quiz-search.component';

[...]

@NgModule({
declarations: [

[...]

QuizSearchComponent,

[...]
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
18.118.2.240