Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(theme): add capability append component to the layout top by its… #253

Merged
merged 3 commits into from
Feb 20, 2018

Conversation

Tibing
Copy link
Member

@Tibing Tibing commented Feb 19, 2018

… factory

Please read and mark the following check list before creating a pull request:

Short description of what this resolves:

@@ -56,9 +57,15 @@ export class NbThemeService {
this.changeWindowWidth$.next(width);
}

appendToLayoutTop<T>(component: Type<T>): Observable<any> {
appendToLayoutTop<T>(entity: Type<T> | ComponentFactory<T>): Observable<any> {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How about adding a test for this?

@nnixaa nnixaa merged commit 515636c into akveo:master Feb 20, 2018
dimaatkaev pushed a commit to dimaatkaev/nebular that referenced this pull request Feb 21, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants