Pages UI
v5.0.1 - Pages Angular
Search
⌃K

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

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