pg-secondary-sidebar
First import it to your app module or any submodule as you wish
import { SharedModule } from './@pages/components/shared.module'; @NgModule({ declarations : [SidebarComponent,...] imports: [SharedModule,...] }) export class AppModule(){}
<pg-secondary-sidebar> <!-- YOUR CONTENT GOES HERE --> </pg-secondary-sidebar>
Last updated 6 years ago