Skip to content
/ exng Public

Extended angular repository for Angular 9 and later

Notifications You must be signed in to change notification settings

extendz/exng

Repository files navigation

ExtNg - Extendz Angular

The purpose of this library is to automate most of the views associated with CRUD operations in REST APIs.

Developer setup

Prerequieties

  1. NodeJS v 12.14.0
  2. Angular CLI 9.x.x or later

Start developing

  1. Start a new terminal
ng build extendz --watch
  1. In other tab/terminal,
ng s

Project structure

Under the projects dir there are two main dirs.

  • extendz (Library)
    • api (API related components/modules)
      • data-table
      • root (show available api endpoints with an icon)
    • core (core application models)
      • models
    • service (common services)
      • entity-meta
  • extendz-playground (Test application)

release

npm publish --ignore-prepublish

About

Extended angular repository for Angular 9 and later

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages