Skip to content

Commit 250701d

Browse files
author
Atharv-2002-Kulkarni
committed
login page
1 parent 88bbb28 commit 250701d

28 files changed

+866
-750
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Forms
1+
# Form
22

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

angular.json

+7-6
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": 1,
44
"newProjectRoot": "projects",
55
"projects": {
6-
"forms": {
6+
"form": {
77
"projectType": "application",
88
"schematics": {
99
"@schematics/angular:application": {
@@ -17,7 +17,7 @@
1717
"build": {
1818
"builder": "@angular-devkit/build-angular:browser",
1919
"options": {
20-
"outputPath": "dist/forms",
20+
"outputPath": "dist/form",
2121
"index": "src/index.html",
2222
"main": "src/main.ts",
2323
"polyfills": "src/polyfills.ts",
@@ -27,6 +27,7 @@
2727
"src/assets"
2828
],
2929
"styles": [
30+
"node_modules/bootstrap/dist/css/bootstrap.min.css",
3031
"src/styles.css"
3132
],
3233
"scripts": []
@@ -68,18 +69,18 @@
6869
"builder": "@angular-devkit/build-angular:dev-server",
6970
"configurations": {
7071
"production": {
71-
"browserTarget": "forms:build:production"
72+
"browserTarget": "form:build:production"
7273
},
7374
"development": {
74-
"browserTarget": "forms:build:development"
75+
"browserTarget": "form:build:development"
7576
}
7677
},
7778
"defaultConfiguration": "development"
7879
},
7980
"extract-i18n": {
8081
"builder": "@angular-devkit/build-angular:extract-i18n",
8182
"options": {
82-
"browserTarget": "forms:build"
83+
"browserTarget": "form:build"
8384
}
8485
},
8586
"test": {
@@ -102,5 +103,5 @@
102103
}
103104
}
104105
},
105-
"defaultProject": "forms"
106+
"defaultProject": "form"
106107
}

karma.conf.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ module.exports = function (config) {
2525
suppressAll: true // removes the duplicated traces
2626
},
2727
coverageReporter: {
28-
dir: require('path').join(__dirname, './coverage/forms'),
28+
dir: require('path').join(__dirname, './coverage/form'),
2929
subdir: '.',
3030
reporters: [
3131
{ type: 'html' },

0 commit comments

Comments
 (0)