📅 You're Invited: Meet the Socket team at RSAC (April 28 – May 1).RSVP
Socket
Sign inDemoInstall
Socket

@phenomnomnominal/angular-lazy-routes-fix

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@phenomnomnominal/angular-lazy-routes-fix

TSLint rule/fix for Angular lazy-loaded routes

0.1.5
latest
Source
npm
Version published
Weekly downloads
228
7.04%
Maintainers
1
Weekly downloads
 
Created
Source

angular-lazy-routes-fix

npm version Code Climate Test Coverage

Installation

npm install @phenomnomnominal/angular-lazy-routes-fix --save-dev

Update your tslint.json file to extend this package:

{
  "extends": [
    "@phenomnomnominal/angular-lazy-routes-fix"
  ],
  "rules": {
    "no-lazy-module-paths": [true],
    "//": "or",
    "no-lazy-module-paths": [true, "async"]
  }
}

FAQs

Package last updated on 05 Mar 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts