This project was generated using Lowgular.
🔎 Angular Code Generation made smarter...
It is super simple, just "Keep Calm and right click!"
Create New: Right click in the project tree,
selected New
> Create New...
Access available actions: Open a file, right click in the editor and
select: Actions...
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:
A Readonly Interface representing data fetched from backend and needed in the Component
Angular Injectable responsible for fetching data from backend.
You can inject HttpClient
in it
It returns Model
Angular Component responsible for presenting data on a specific route.
You can inject Service
in it
It uses Model
to present the data
The starter kit uses angular components
(angular material) package.
You have templates already setup for you.
There are 2 types of templates
Static HTML that can be injected without any data with it
HTML that is connected to specific data. We distinguish between properties in your components.
In order to add a template, use Actions...
menu by right click inside any .html
file
If a property is a form, it will output form fields
If a property is an array, it will output lists with children
If a property is an object, it will output properties of an object
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
Coming soon...
There are endless capabilities and soon we will document most of them
Visit Lowgular to learn more.