@ngneat/overview
Advanced tools
Comparing version 5.1.1 to 6.0.0
@@ -5,3 +5,3 @@ import * as i0 from "@angular/core"; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<DynamicViewComponent, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<DynamicViewComponent, "dynamic-view", never, { "content": { "alias": "content"; "required": false; }; }, {}, never, never, false, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<DynamicViewComponent, "dynamic-view", never, { "content": { "alias": "content"; "required": false; }; }, {}, never, never, true, never>; | ||
} |
@@ -1,10 +0,5 @@ | ||
import { Injector, OnChanges, OnDestroy, OnInit, SimpleChanges, TemplateRef, ViewContainerRef } from '@angular/core'; | ||
import { Injector, OnChanges, OnDestroy, OnInit, SimpleChanges } from '@angular/core'; | ||
import { Content } from '../views/types'; | ||
import { ViewService } from '../views/view'; | ||
import * as i0 from "@angular/core"; | ||
import * as i1 from "./dynamic-view.component"; | ||
export declare class DynamicViewDirective implements OnInit, OnChanges, OnDestroy { | ||
private defaultTpl; | ||
private vcr; | ||
private viewService; | ||
view: Content; | ||
@@ -15,3 +10,5 @@ injector: Injector; | ||
private viewRef; | ||
constructor(defaultTpl: TemplateRef<any>, vcr: ViewContainerRef, viewService: ViewService); | ||
private defaultTpl; | ||
private vcr; | ||
private viewService; | ||
ngOnInit(): void; | ||
@@ -22,8 +19,3 @@ ngOnChanges(changes: SimpleChanges): void; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<DynamicViewDirective, never>; | ||
static ɵdir: i0.ɵɵDirectiveDeclaration<DynamicViewDirective, "[dynamicView]", never, { "view": { "alias": "dynamicView"; "required": false; }; "injector": { "alias": "dynamicViewInjector"; "required": false; }; "context": { "alias": "dynamicViewContext"; "required": false; }; "inputs": { "alias": "dynamicViewInputs"; "required": false; }; }, {}, never, never, false, never>; | ||
static ɵdir: i0.ɵɵDirectiveDeclaration<DynamicViewDirective, "[dynamicView]", never, { "view": { "alias": "dynamicView"; "required": false; }; "injector": { "alias": "dynamicViewInjector"; "required": false; }; "context": { "alias": "dynamicViewContext"; "required": false; }; "inputs": { "alias": "dynamicViewInputs"; "required": false; }; }, {}, never, never, true, never>; | ||
} | ||
export declare class DynamicViewModule { | ||
static ɵfac: i0.ɵɵFactoryDeclaration<DynamicViewModule, never>; | ||
static ɵmod: i0.ɵɵNgModuleDeclaration<DynamicViewModule, [typeof DynamicViewDirective, typeof i1.DynamicViewComponent], never, [typeof DynamicViewDirective]>; | ||
static ɵinj: i0.ɵɵInjectorDeclaration<DynamicViewModule>; | ||
} |
@@ -1,13 +0,11 @@ | ||
import { OnChanges, OnDestroy, SimpleChanges, ViewContainerRef } from '@angular/core'; | ||
import { TeleportService } from './teleport.service'; | ||
import { OnChanges, OnDestroy, SimpleChanges } from '@angular/core'; | ||
import * as i0 from "@angular/core"; | ||
export declare class TeleportOutletDirective implements OnChanges, OnDestroy { | ||
teleportOutlet: string | null | undefined; | ||
private vcr; | ||
private service; | ||
teleportOutlet: string | null | undefined; | ||
constructor(vcr: ViewContainerRef, service: TeleportService); | ||
ngOnChanges(changes: SimpleChanges): void; | ||
ngOnDestroy(): void; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<TeleportOutletDirective, never>; | ||
static ɵdir: i0.ɵɵDirectiveDeclaration<TeleportOutletDirective, "[teleportOutlet]", never, { "teleportOutlet": { "alias": "teleportOutlet"; "required": false; }; }, {}, never, never, false, never>; | ||
static ɵdir: i0.ɵɵDirectiveDeclaration<TeleportOutletDirective, "[teleportOutlet]", never, { "teleportOutlet": { "alias": "teleportOutlet"; "required": false; }; }, {}, never, never, true, never>; | ||
} |
{ | ||
"name": "@ngneat/overview", | ||
"version": "5.1.1", | ||
"version": "6.0.0", | ||
"description": "The Template for Success in Template Management", | ||
"peerDependencies": { | ||
"@angular/core": ">=16" | ||
"@angular/core": ">=17" | ||
}, | ||
@@ -8,0 +8,0 @@ "dependencies": { |
@@ -1,4 +0,4 @@ | ||
export { TeleportModule, TeleportDirective } from './lib/teleport/teleport.module'; | ||
export { TeleportDirective } from './lib/teleport/teleport.directive'; | ||
export { TeleportOutletDirective } from './lib/teleport/teleport-outlet.directive'; | ||
export { DynamicViewModule, DynamicViewDirective } from './lib/dynamic-view/dynamic-view.directive'; | ||
export { DynamicViewDirective } from './lib/dynamic-view/dynamic-view.directive'; | ||
export { StringRef } from './lib/views/string-ref'; | ||
@@ -5,0 +5,0 @@ export { CompRef } from './lib/views/comp-ref'; |
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
114036
957