INTRO

First of all, let's create a new Angular project by using this command :

ng new angular "your project name here"

make sure you have the dependencies version:

  • For angular ⇒ 18.2.0

  • For Node.js ⇒ above 22

and make sure you have applied the Authentication:

Authentication chevron-right

Install the package in your app :

npm i @tradinos/cms-frontend-layout --force

make sure that you have installed primeng version 17:

npm install primeng@17

Congrats! Now you have access to all packages.

To run the project, use this command:

ng serve

Last updated