Lowgular Nx Material Starter Kit App only Component Model Service

This project was generated using Lowgular.

🔎 Angular Code Generation made smarter...

Quick Start & Documentation

Courses

Follow us on Linked In

Facebook

Architecture

This is a starter kit for Nx with Lowgular and Simple Architecture

It is app-only approach, meaning we create everything in application project type

The architecture consists of 3 main parts:

Model

A Readonly Interface representing data fetched from backend and needed in the Component

Service

Angular Injectable responsible for fetching data from backend. You can inject HttpClient in it It returns Model

Component

Angular Component responsible for presenting data on a specific route. You can inject Service in it It uses Model to present the data

Plugin

IntelliJ

Go to marketplace and search for angular, then find our logo :)

In case of trouble you can search for "lowgular" or access this Marketplace Link

VScode

Coming soon...

How to use it?

It is super simple, just "Keep Calm and right click!"

Access available actions: Open a file, right click in the editor and select: Actions...

Create New: Right click in the project tree, selected New > Create New...

Create Library: Right click in the project tree, selected New > Create Library

Summary

There are endless capabilities and soon we will document most of them

Visit Lowgular to learn more.