Skip to content

sanjeetkumaritoutlook/angular-project

Repository files navigation

AngularProject

This project was generated with Angular CLI version 16.0.2.

Start by generating environments

Start by generating environments to create the src/environments/ directory and configure the project to use file replacements.

default deprecated from angular 15

ng generate environments

https://dev.to/this-is-angular/angular-15-what-happened-to-environmentts-koh

LLM models marketplace playground

https://github.com/marketplace/models/azure-openai/gpt-4-1

Microsoft Fabric UI based on Fast:

https://www.npmjs.com/package/@fabric-msft/fabric-web?activeTab=readme

how to commit the code , as husky is enabled here

To avoid Husky hooks, you can use the --no-verify

git commit -m "ffgfhggh" --no-verify

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The application will automatically reload if you change any of the source files.

Code scaffolding

Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory.

Running unit tests

Run ng test to execute the unit tests via Karma.

Running end-to-end tests

Run ng e2e to execute the end-to-end tests via a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI Overview and Command Reference page.