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(core): support to create multiple styles without key #59

Merged
merged 4 commits into from
Oct 20, 2018

Conversation

alyleui
Copy link
Member

@alyleui alyleui commented Oct 19, 2018

example:

const styles = {...}
@Component({
  ...
})
export class MyComponent {
  classes = this._theme.addStyleSheet(styles);
  ...
}

@alyleui alyleui changed the title WIP: feat(core): support to create multiple styles without key feat(core): support to create multiple styles without key Oct 20, 2018
@alyleui alyleui merged commit 246e4fb into master Oct 20, 2018
@alyleui alyleui deleted the core-theme-style branch October 20, 2018 05:57
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.

1 participant