Hello all,
I am new in angular and come from VueJS, i am a fuse confusing about registration components ,
Is it angular have only option that we can register all of created component in to app.module.ts as global with unique selector name
any options i can register a couple of component in to specific component class like Vuejs.
Let say , I have DepartmentComponent class as parent then i just want to register this tow child DepartmentModal and DepartmentTable without declarations in app.modules.js
Thanks all