File tree Expand file tree Collapse file tree 4 files changed +2
-8
lines changed Expand file tree Collapse file tree 4 files changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ import { getObservableLifecycle } from 'ngx-observable-lifecycle';
9494 changeDetection: ChangeDetectionStrategy.OnPush,
9595})
9696export class ChildComponent {
97- @Input() input: number;
97+ @Input() input: number | undefined | null ;
9898
9999 constructor() {
100100 const {
Original file line number Diff line number Diff line change 7777 "protractor" : " ~7.0.0" ,
7878 "semantic-release" : " ^17.2.3" ,
7979 "ts-node" : " ~8.3.0" ,
80- "tsdef" : " 0.0.14" ,
8180 "typescript" : " ~4.4.4"
8281 },
8382 "repository" : {
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import { getObservableLifecycle } from 'ngx-observable-lifecycle';
77 changeDetection : ChangeDetectionStrategy . OnPush ,
88} )
99export class ChildComponent {
10- @Input ( ) input : number ;
10+ @Input ( ) input : number | undefined | null ;
1111
1212 constructor ( ) {
1313 const {
Original file line number Diff line number Diff line change @@ -12006,11 +12006,6 @@ ts-node@~8.3.0:
1200612006 source-map-support "^0.5.6"
1200712007 yn "^3.0.0"
1200812008
12009- 12010- version "0.0.14"
12011- resolved "https://registry.yarnpkg.com/tsdef/-/tsdef-0.0.14.tgz#fb401d58d5c08699091942981ac1b5fa8ef23412"
12012- integrity sha512-UjMD4XKRWWFlFBfwKVQmGFT5YzW/ZaF8x6KpCDf92u9wgKeha/go3FU0e5WqDjXsCOdfiavCkfwfVHNDxRDGMA==
12013-
1201412009[email protected] , tslib@^2.3.0, tslib@^2.3.1:
1201512010 version "2.3.1"
1201612011 resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.3.1.tgz#e8a335add5ceae51aa261d32a490158ef042ef01"
You can’t perform that action at this time.
0 commit comments