Socket
Socket
Sign inDemoInstall

angular-generic

Package Overview
Dependencies
282
Maintainers
1
Versions
885
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    angular-generic

useful services, filters and directives for every project needs


Version published
Weekly downloads
0
Maintainers
1
Created
Weekly downloads
 

Readme

Source

Project status

npm version downloads build status code coverage dependencies development dependencies peer dependencies documentation website

Use case

This modules is ahead of time compatible and ready for tree-shaking, can be used as umd module for just in time compilation and supports the babel-stack as esnext with flow.js annotations or typescript within the same codebase!

NOTE: We target es2016 insteat of esnext yet since angular zones don't support native async await context resolution.

This module provides generic tools needed for any non trivial appliction:

  • Services
    • Initial data management (pre-)rendered by any backend.
    • Database abstraction layer and in-browser integration.
    • Easy extendable injector tokens through application specific injector auto detection.
  • Pipes
    • Sorting
    • Extraction / Slicing
    • Number, Date(Time) and string representation
  • Components build on top of material2
    • Abstract (auto updatedable) item and/or items components.
    • Simple content carousel.
    • File input / preview.
    • Form fields with generic description, placeholder and validation auto generated from a model specifications.
    • Text- and Codeeditor with lazy and optional resource loading.
    • Live Date and Time representation.
    • Pagination
  • Helper
    • Easy and pre-configured prerendering utility.
    • Central default animation concept.
    • Generic pre-configured ahead of time compilation specification.
    • Automatic module asset determination of (exports, declarations and provider).

Keywords

FAQs

Last updated on 17 Dec 2019

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc