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

Switch to devextreme modules #154

Merged
merged 14 commits into from
Oct 19, 2016
Merged

Switch to devextreme modules #154

merged 14 commits into from
Oct 19, 2016

Conversation

kvet
Copy link
Contributor

@kvet kvet commented Oct 14, 2016

No description provided.

@@ -85,18 +79,24 @@ export class DxComponent implements OnChanges, AfterViewInit {
this.templates.push(template);
}
ngOnChanges(changes: { [key: string]: SimpleChange }) {
let that = this;
if (this.instance) {
for (let propertyName in changes) {
Copy link
Contributor

Choose a reason for hiding this comment

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

BTW: we can use Object.keys(changes).forEach(propertyname => {}) here.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I will fix this

@kvet kvet merged commit 6bad763 into master Oct 19, 2016
@kvet kvet deleted the switch_to_devextreme_modules branch October 19, 2016 08:18
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