[ACA-1440] use ADF Header component (#508)

* [ACA-1440] use ADF HEADER component

* moved style to theme

* removed ACA HeaderComponent

* remove aca header component theme

* Update layout.component.html

* update app header locator
This commit is contained in:
Suzana Dirla
2018-07-17 08:38:36 +03:00
committed by Cilibiu Bogdan
parent 51af2071c2
commit 5d8a9057bc
10 changed files with 53 additions and 236 deletions

View File

@@ -37,6 +37,6 @@ export class Header extends Component {
userInfo: UserInfo = new UserInfo(this.component);
constructor(ancestor?: ElementFinder) {
super('aca-header', ancestor);
super('adf-layout-header', ancestor);
}
}