New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

angular-routing-test

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular-routing-test - npm Package Versions

0.1.1

Diff

Changelog

Source

0.1.1 (2020-07-02)

Bug Fixes

  • clean up observables, updated docs (cba6db6)

Features

  • add Angular Getting Started application (331e825)
  • add NgRx example app (8f024e4)
  • add router lib (c2502f6)
  • add support for lazy loading NgModules (0d2aa76)
  • add tour of heroes app (588dbe6)

BREAKING CHANGES

  • The input for lazy loading has change from [loadComponent] to [load] to support components and NgModules

BEFORE:

<route path="/path" [loadComponent]=""></route>

AFTER:

<route path="/path" [load]=""></route>

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