Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@ngneat/overview

Package Overview
Dependencies
Maintainers
3
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ngneat/overview - npm Package Compare versions

Comparing version 5.1.1 to 6.0.0

esm2022/lib/teleport/teleport.directive.mjs

2

lib/dynamic-view/dynamic-view.component.d.ts

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc