Security News
Bun 1.2 Released with 90% Node.js Compatibility and Built-in S3 Object Support
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
angular-lazy
Advanced tools
Utilities for projects based on the [Angular Lazy Generator](https://github.com/matoilic/generator-angular-lazy)
Utilities for projects based on the Angular Lazy Generator.
The Angular Lazy module adds a state factory to the future states provider. The factory then takes care of loading your states of type load
defined in states.json at runtime.
The componentLoader
service allows us to load components manually in our code.
componentLoader
Promise
Loads a component with the given name. It will automatically look for the component in the components folder.
E.g. if you pass popup
it will try to load the component from "components/popup/index".
Param | Type |
---|---|
componentName | String |
Promise
Resolves an Angular injectable, e.g. service or constant, from the given component. If ensures that the component is loaded before trying to resolve the injectable.
Param | Type |
---|---|
componentName | String |
identifier | String |
The system
service is a small wrapper around System
so that import
calls can be mocked in tests if needed.
system
Promise
Imports a component from the given path, relative to the baseURL configured in SystemJS.
Param | Type |
---|---|
path | String |
Licensed under BSD 3-Clause.
FAQs
Utilities for projects based on the [Angular Lazy Generator](https://github.com/matoilic/generator-angular-lazy)
The npm package angular-lazy receives a total of 0 weekly downloads. As such, angular-lazy popularity was classified as not popular.
We found that angular-lazy demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
Security News
Biden's executive order pushes for AI-driven cybersecurity, software supply chain transparency, and stronger protections for federal and open source systems.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.