File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 "homepage" : " https://design4pro.github.io/angular-jss/" ,
2525 "peerDependencies" : {
2626 "@angular/common" : " ^13.2.0" ,
27- "@angular/core" : " ^13.2.0"
27+ "@angular/core" : " ^13.2.0" ,
28+ "rxjs" : " ^7.5.4" ,
29+ "tslib" : " ^2.3.0"
2830 },
2931 "dependencies" : {
3032 "jss" : " ^10.9.0" ,
3133 "jss-plugin-camel-case" : " ^10.9.0" ,
3234 "jss-plugin-global" : " ^10.9.0" ,
33- "jss-plugin-rule-value-function" : " ^10.9.0" ,
34- "reflect-metadata" : " ^0.1.13" ,
35- "rxjs" : " ^7.5.4" ,
36- "tslib" : " ^2.3.0"
35+ "jss-plugin-rule-value-function" : " ^10.9.0"
3736 },
3837 "publishConfig" : {
3938 "access" : " public"
Original file line number Diff line number Diff line change 1- import 'reflect-metadata' ;
21import { BehaviorSubject , Subject } from 'rxjs' ;
32import { generateStyles , markAsDecorated , STYLED_PROPS } from './internals' ;
43import { ComponentType , DirectiveType } from './ivy' ;
@@ -73,7 +72,6 @@ function decorateNgOnCheck(
7372function decorateNgOnDestroy ( ngOnDestroy : ( ( ) => void ) | null | undefined ) {
7473 // eslint-disable-next-line @typescript-eslint/no-explicit-any
7574 return function ( this : any ) {
76-
7775 // Invoke the original `ngOnDestroy` if it exists
7876 if ( ngOnDestroy ) {
7977 ngOnDestroy . call ( this ) ;
You can’t perform that action at this time.
0 commit comments