Skip to content

Commit

Permalink
''
Browse files Browse the repository at this point in the history
  • Loading branch information
rutvik committed Oct 19, 2024
1 parent 4b35fc0 commit 5e67e71
Show file tree
Hide file tree
Showing 116 changed files with 3,425 additions and 15,438 deletions.
4 changes: 2 additions & 2 deletions landingpage/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ <h3 class="text-dark font-weight-medium">Free Version</h3>
<span class="icon-circle circle-muted me-2"></span>5+ UI Components
</li>
<li class="py-2 d-flex align-items-center">
<span class="icon-circle circle-muted me-2"></span>Angular 17 Version
<span class="icon-circle circle-muted me-2"></span>Angular 18 Version
</li>
<li class="py-2 d-flex align-items-center">
<span class="icon-circle circle-muted me-2"></span>Material Angular
Expand Down Expand Up @@ -192,7 +192,7 @@ <h3 class="text-primary font-weight-medium">
<span class="icon-circle circle-primary me-2"></span>Lots of Charts Added
</li>
<li class="py-2 d-flex align-items-center">
<span class="icon-circle circle-primary me-2"></span>Angular 17 Version
<span class="icon-circle circle-primary me-2"></span>Angular 18 Version
</li>

<li class="py-2 d-flex align-items-center">
Expand Down
29 changes: 2 additions & 27 deletions package/README.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,2 @@
# TestApp

This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.0.1.

## 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](https://karma-runner.github.io).

## 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](https://angular.io/cli) page.
# Modernize-Angular-pro
Modernize Angular Admin Dashboard
27 changes: 13 additions & 14 deletions package/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": 1,
"newProjectRoot": "projects",
"projects": {
"testApp": {
"Spike": {
"projectType": "application",
"schematics": {
"@schematics/angular:component": {
Expand All @@ -17,33 +17,32 @@
"build": {
"builder": "@angular-devkit/build-angular:browser",
"options": {
"allowedCommonJsDependencies": [
"ng-apexcharts",
"apexcharts",
"bezier-easing"
],
"allowedCommonJsDependencies": ["apexcharts", "bezier-easing", "moment"],
"outputPath": "dist/Spike",
"index": "src/index.html",
"main": "src/main.ts",
"polyfills": ["zone.js"],
"tsConfig": "tsconfig.app.json",
"inlineStyleLanguage": "scss",
"assets": ["src/favicon.ico", "src/assets"],
"styles": ["src/styles.scss", "src/assets/scss/style.scss"],
"styles": [
"src/styles.scss",
"src/assets/scss/style.scss"
],
"scripts": []
},
"configurations": {
"production": {
"budgets": [
{
"type": "initial",
"maximumWarning": "500mb",
"maximumError": "500mb"
"maximumWarning": "12mb",
"maximumError": "12mb"
},
{
"type": "anyComponentStyle",
"maximumWarning": "2kb",
"maximumError": "4kb"
"maximumWarning": "12mb",
"maximumError": "12mb"
}
],
"outputHashing": "all"
Expand All @@ -63,18 +62,18 @@
"builder": "@angular-devkit/build-angular:dev-server",
"configurations": {
"production": {
"browserTarget": "testApp:build:production"
"buildTarget": "Spike:build:production"
},
"development": {
"browserTarget": "testApp:build:development"
"buildTarget": "Spike:build:development"
}
},
"defaultConfiguration": "development"
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "testApp:build"
"buildTarget": "Spike:build"
}
},
"test": {
Expand Down
Loading

0 comments on commit 5e67e71

Please sign in to comment.