Browse Source

hotfix tree component

pull/15097/head
Mahmut Gundogdu 3 years ago
committed by GitHub
parent
commit
ee0fe93ff1
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      npm/ng-packs/packages/components/tree/src/lib/components/tree.component.ts

2
npm/ng-packs/packages/components/tree/src/lib/components/tree.component.ts

@ -74,7 +74,7 @@ export class TreeComponent implements OnInit {
const loaded$ = this.lazyLoadService.load(
LOADING_STRATEGY.AppendAnonymousStyleToHead('ng-zorro-antd-tree.css'),
);
subscriptionService.addOne(loaded$);
this.subscriptionService.addOne(loaded$);
}
onSelectedNodeChange(node) {

Loading…
Cancel
Save