Pages UI
Search…
Pages UI
v5.0.1 - Pages Angular
Getting Started
Layouts
Routing
Styles
Layout Components
Header
Menu Items
Sidebar
Horizontal Menu
Secondary Sidebar
Quick View
Overlay Search
Directives
Parallax
Retina Image
Bootstrap Components
Forms
Checkbox and Radio
Form Group
Input Helpers
Switch Toggle
Select
Select FX
Typeahead
Date Picker
Time Picker
Quill Editor
File Uploader
UI Components
Progress Bar
List View
Cards
Social Cards
Collapse
Tabs
Tree View
Sliders
Notifications
Tables / Datatables
Maps
Session and other pages
Service
Dashboards
Widgets
Charts
Change log
Powered By
GitBook
Header
pg-header
Importing
First import it to your app module or any submodule as you wish
1
import
{
HeaderComponent
}
from
'./@pages/components/header/header.component'
;
2
@
NgModule
({
3
declarations
:
[
HeaderComponent
,
...
]
4
})
5
export
class
AppModule
(){}
Copied!
How to use
HTML
1
<
pg-header
[boxed]
=
"
_boxed
"
>
2
<!-- YOUR HEADER CONTENT GOES HERE -->
3
</
pg-header
>
Copied!
API
Property
Description
Type
Default
boxed
Wraps content with a container div
boolean
false
​
Previous
Styles
Next - Layout Components
Menu Items
Last modified
4yr ago
Copy link
Contents
Importing
How to use
API