@ngxd/core
Advanced tools
Comparing version 13.0.0 to 14.0.0
@@ -56,2 +56,3 @@ import { ChangeDetectorRef, ComponentFactory, ComponentFactoryResolver, ComponentRef, ElementRef, Injector, NgModuleRef, Type, ViewContainerRef, ViewRef } from '@angular/core'; | ||
onDestroy(callback: Function): void; | ||
setInput(name: string, value: unknown): void; | ||
} | ||
@@ -58,0 +59,0 @@ /** |
@@ -16,3 +16,3 @@ import { ChangeDetectorRef, DoCheck, OnInit } from '@angular/core'; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<OnInitOnlyComponent, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<OnInitOnlyComponent, "ngx-component-outlet-on-init-only", never, {}, {}, never, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<OnInitOnlyComponent, "ngx-component-outlet-on-init-only", never, {}, {}, never, never, false>; | ||
} | ||
@@ -26,3 +26,3 @@ export declare class DoCheckOnlyComponent implements LifeCycleComponent, DoCheck { | ||
static ɵfac: i0.ɵɵFactoryDeclaration<DoCheckOnlyComponent, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<DoCheckOnlyComponent, "ngx-component-outlet-do-check-only", never, {}, {}, never, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<DoCheckOnlyComponent, "ngx-component-outlet-do-check-only", never, {}, {}, never, never, false>; | ||
} | ||
@@ -37,4 +37,4 @@ export declare class OnInitAndDoCheckComponent implements LifeCycleComponent, OnInit, DoCheck { | ||
static ɵfac: i0.ɵɵFactoryDeclaration<OnInitAndDoCheckComponent, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<OnInitAndDoCheckComponent, "ngx-component-outlet-on-init-do-check", never, {}, {}, never, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<OnInitAndDoCheckComponent, "ngx-component-outlet-on-init-do-check", never, {}, {}, never, never, false>; | ||
} | ||
export {}; |
@@ -31,3 +31,3 @@ import { ChangeDetectorRef, ComponentFactoryResolver, EventEmitter, Injector, NgModuleFactory, OnChanges, OnDestroy, SimpleChanges, Type, ViewContainerRef } from '@angular/core'; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<NgxComponentOutletDirective, never>; | ||
static ɵdir: i0.ɵɵDirectiveDeclaration<NgxComponentOutletDirective, "[ngxComponentOutlet]", never, { "ngxComponentOutlet": "ngxComponentOutlet"; "ngxComponentOutletInjector": "ngxComponentOutletInjector"; "ngxComponentOutletContent": "ngxComponentOutletContent"; "ngxComponentOutletContext": "ngxComponentOutletContext"; "ngxComponentOutletNgModuleFactory": "ngxComponentOutletNgModuleFactory"; }, { "ngxComponentOutletActivate": "ngxComponentOutletActivate"; "ngxComponentOutletDeactivate": "ngxComponentOutletDeactivate"; }, never>; | ||
static ɵdir: i0.ɵɵDirectiveDeclaration<NgxComponentOutletDirective, "[ngxComponentOutlet]", never, { "ngxComponentOutlet": "ngxComponentOutlet"; "ngxComponentOutletInjector": "ngxComponentOutletInjector"; "ngxComponentOutletContent": "ngxComponentOutletContent"; "ngxComponentOutletContext": "ngxComponentOutletContext"; "ngxComponentOutletNgModuleFactory": "ngxComponentOutletNgModuleFactory"; }, { "ngxComponentOutletActivate": "ngxComponentOutletActivate"; "ngxComponentOutletDeactivate": "ngxComponentOutletDeactivate"; }, never, never, false>; | ||
} |
@@ -8,3 +8,3 @@ import { PipeTransform, Type } from '@angular/core'; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<NgxComponentOutletResolvePipe, never>; | ||
static ɵpipe: i0.ɵɵPipeDeclaration<NgxComponentOutletResolvePipe, "resolve">; | ||
static ɵpipe: i0.ɵɵPipeDeclaration<NgxComponentOutletResolvePipe, "resolve", false>; | ||
} |
{ | ||
"name": "@ngxd/core", | ||
"version": "13.0.0", | ||
"version": "14.0.0", | ||
"description": "NGXD is a dynamic pattern + library for Angular", | ||
@@ -31,4 +31,4 @@ "keywords": [ | ||
"peerDependencies": { | ||
"@angular/common": "^13.0.0", | ||
"@angular/core": "^13.0.0", | ||
"@angular/common": "^14.0.0", | ||
"@angular/core": "^14.0.0", | ||
"rxjs": ">=6.0.0" | ||
@@ -44,3 +44,3 @@ }, | ||
"fesm2015": "fesm2015/ngxd-core.mjs", | ||
"typings": "ngxd-core.d.ts", | ||
"typings": "index.d.ts", | ||
"exports": { | ||
@@ -51,3 +51,3 @@ "./package.json": { | ||
".": { | ||
"types": "./ngxd-core.d.ts", | ||
"types": "./index.d.ts", | ||
"esm2020": "./esm2020/ngxd-core.mjs", | ||
@@ -54,0 +54,0 @@ "es2020": "./fesm2020/ngxd-core.mjs", |
@@ -1,2 +0,2 @@ | ||
# ✨🦊 NGX Dynamic for Angular Ivy and Angular 7, 8, 9, 10, 11, 12, 13+ | ||
# ✨🦊 NGX Dynamic for Angular Ivy and Angular 7, 8, 9, 10, 11, 12, 13, 14+ | ||
@@ -56,2 +56,3 @@ <p align="center"> | ||
> * @angular/core@13 => npm install @ngxd/core@13 | ||
> * @angular/core@14 => npm install @ngxd/core@14 | ||
@@ -58,0 +59,0 @@ ## Step 2: Import the NgxdModule: |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
347795
2820
224
0