Secondary Sidebar

pg-secondary-sidebar

Importing

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(){}

Example

<pg-secondary-sidebar>
<!-- YOUR CONTENT GOES HERE -->
</pg-secondary-sidebar>

Last updated