Skip to content

Development #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 37 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
00638d4
Update cli
Feb 28, 2018
00b7fd4
Update to Angular 6
May 4, 2018
4f675c4
tweaked package versions
May 4, 2018
8c83233
Update to Angular 7
Oct 23, 2018
7f9dbed
Update to latest version
Jan 12, 2019
010bda0
Update packages
DanWahlin Feb 10, 2019
cb2dd2a
Bump acorn from 5.7.3 to 5.7.4 (#9)
dependabot[bot] Mar 13, 2020
43d30ea
Bump handlebars from 4.0.12 to 4.5.3 (#8)
dependabot[bot] Mar 27, 2020
1678c0e
Bump js-yaml from 3.12.1 to 3.13.1 (#7)
dependabot[bot] Mar 27, 2020
55a4539
Bump tar from 2.2.1 to 2.2.2 (#6)
dependabot[bot] Mar 27, 2020
36b1355
Bump lodash from 4.17.11 to 4.17.15 (#5)
dependabot[bot] Mar 27, 2020
189745c
Bump fstream from 1.0.11 to 1.0.12 (#4)
dependabot[bot] Mar 27, 2020
0563ed5
Bump lodash.mergewith from 4.6.1 to 4.6.2 (#3)
dependabot[bot] Mar 27, 2020
f2e260c
Bump mixin-deep from 1.3.1 to 1.3.2 (#1)
dependabot[bot] Mar 27, 2020
d0823b8
Bump websocket-extensions from 0.1.3 to 0.1.4 (#12)
dependabot[bot] Jun 6, 2020
f34c10a
Bump lodash from 4.17.15 to 4.17.19 (#13)
dependabot[bot] Jul 15, 2020
ef10cfd
Bump elliptic from 6.4.1 to 6.5.3 (#14)
dependabot[bot] Jul 29, 2020
1216770
Bump elliptic from 6.5.3 to 6.5.4 (#16)
dependabot[bot] Mar 8, 2021
824fd6a
Bump y18n from 3.2.1 to 3.2.2 (#17)
dependabot[bot] Mar 29, 2021
55452f2
Bump yargs-parser from 5.0.0 to 5.0.1 (#18)
dependabot[bot] Mar 29, 2021
c8cd67e
Bump lodash from 4.17.19 to 4.17.21 (#21)
dependabot[bot] May 6, 2021
4abda9b
Bump handlebars from 4.5.3 to 4.7.7 (#19)
dependabot[bot] May 6, 2021
626b2ae
Bump url-parse from 1.4.4 to 1.5.1 (#20)
dependabot[bot] May 6, 2021
e216099
Bump hosted-git-info from 2.7.1 to 2.8.9 (#22)
dependabot[bot] May 8, 2021
9f5579d
Bump browserslist from 4.4.0 to 4.16.6 (#23)
dependabot[bot] May 24, 2021
549eb0b
Bump dns-packet from 1.3.1 to 1.3.4 (#24)
dependabot[bot] May 26, 2021
539c49c
Bump url-parse from 1.5.1 to 1.5.3 (#26)
dependabot[bot] Oct 5, 2021
154034f
Bump follow-redirects from 1.6.1 to 1.14.7 (#27)
dependabot[bot] Jan 13, 2022
8276bdd
Bump shelljs from 0.8.3 to 0.8.5 (#28)
dependabot[bot] Jan 15, 2022
1209839
Bump follow-redirects from 1.14.7 to 1.14.8 (#29)
dependabot[bot] Feb 12, 2022
eb4d157
Bump url-parse from 1.5.3 to 1.5.7 (#30)
dependabot[bot] Feb 17, 2022
cb9f79e
Bump url-parse from 1.5.7 to 1.5.10 (#31)
dependabot[bot] Feb 28, 2022
e2ccc7d
Bump http-proxy from 1.17.0 to 1.18.1 (#15)
dependabot[bot] Feb 28, 2022
cbb9922
Bump https-proxy-agent from 2.2.1 to 2.2.4 (#11)
dependabot[bot] Feb 28, 2022
69f2135
Bump eventsource from 1.0.7 to 1.1.1 (#32)
dependabot[bot] Jun 1, 2022
0efeab5
Bump @angular/core from 7.2.0 to 11.0.5 (#33)
dependabot[bot] Jun 2, 2022
97577c9
Create sample.txt
satya1246 Mar 2, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
82 changes: 0 additions & 82 deletions .angular-cli.json

This file was deleted.

151 changes: 151 additions & 0 deletions angular.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,151 @@
{
"$schema": "./node_modules/@angular/cli/lib/config/schema.json",
"version": 1,
"newProjectRoot": "projects",
"projects": {
"angular-hello-world": {
"root": "",
"sourceRoot": "src",
"projectType": "application",
"architect": {
"build": {
"builder": "@angular-devkit/build-angular:browser",
"options": {
"outputPath": "dist",
"index": "src/index.html",
"main": "src/main.ts",
"tsConfig": "src/tsconfig.app.json",
"polyfills": "src/polyfills.ts",
"assets": [
"src/assets",
"src/favicon.ico"
],
"styles": [
"src/styles.css"
],
"scripts": []
},
"configurations": {
"production": {
"optimization": true,
"outputHashing": "all",
"sourceMap": false,
"extractCss": true,
"namedChunks": false,
"aot": true,
"extractLicenses": true,
"vendorChunk": false,
"buildOptimizer": true,
"fileReplacements": [
{
"replace": "src/environments/environment.ts",
"with": "src/environments/environment.prod.ts"
}
]
}
}
},
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
"options": {
"browserTarget": "angular-hello-world:build"
},
"configurations": {
"production": {
"browserTarget": "angular-hello-world:build:production"
}
}
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "angular-hello-world:build"
}
},
"test": {
"builder": "@angular-devkit/build-angular:karma",
"options": {
"main": "src/test.ts",
"karmaConfig": "./karma.conf.js",
"polyfills": "src/polyfills.ts",
"tsConfig": "src/tsconfig.spec.json",
"scripts": [],
"styles": [
"src/styles.css"
],
"assets": [
"src/assets",
"src/favicon.ico"
]
}
},
"lint": {
"builder": "@angular-devkit/build-angular:tslint",
"options": {
"tsConfig": [
"src/tsconfig.app.json",
"src/tsconfig.spec.json"
],
"exclude": [
"**/node_modules/**"
]
}
}
}
},
"angular-hello-world-e2e": {
"root": "",
"sourceRoot": "",
"projectType": "application",
"architect": {
"e2e": {
"builder": "@angular-devkit/build-angular:protractor",
"options": {
"protractorConfig": "./protractor.conf.js",
"devServerTarget": "angular-hello-world:serve"
}
},
"lint": {
"builder": "@angular-devkit/build-angular:tslint",
"options": {
"tsConfig": [
"e2e/tsconfig.e2e.json"
],
"exclude": [
"**/node_modules/**"
]
}
}
}
}
},
"defaultProject": "angular-hello-world",
"schematics": {
"@schematics/angular:class": {
"spec": false
},
"@schematics/angular:component": {
"inlineStyle": true,
"inlineTemplate": true,
"spec": false,
"prefix": "app",
"styleext": "css"
},
"@schematics/angular:directive": {
"spec": false,
"prefix": "app"
},
"@schematics/angular:guard": {
"spec": false
},
"@schematics/angular:module": {
"spec": false
},
"@schematics/angular:pipe": {
"spec": false
},
"@schematics/angular:service": {
"spec": false
}
}
}
11,882 changes: 6,510 additions & 5,372 deletions package-lock.json

Large diffs are not rendered by default.

36 changes: 19 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-hello-world",
"version": "0.0.0",
"version": "1.0.0",
"license": "MIT",
"scripts": {
"ng": "ng",
@@ -12,23 +12,25 @@
},
"private": true,
"dependencies": {
"@angular/animations": "^5.0.0",
"@angular/common": "^5.0.0",
"@angular/compiler": "^5.0.0",
"@angular/core": "^5.0.0",
"@angular/forms": "^5.0.0",
"@angular/http": "^5.0.0",
"@angular/platform-browser": "^5.0.0",
"@angular/platform-browser-dynamic": "^5.0.0",
"@angular/router": "^5.0.0",
"core-js": "^2.4.1",
"rxjs": "^5.5.2",
"zone.js": "^0.8.14"
"@angular/animations": "^7.2.0",
"@angular/common": "^7.2.0",
"@angular/compiler": "^7.2.0",
"@angular/core": "^11.0.5",
"@angular/forms": "^7.2.0",
"@angular/http": "^7.2.0",
"@angular/platform-browser": "^7.2.0",
"@angular/platform-browser-dynamic": "^7.2.0",
"@angular/router": "^7.2.0",
"core-js": "^2.6.2",
"rxjs": "^6.1.0",
"tslib": "^1.9.0",
"zone.js": "^0.8.27"
},
"devDependencies": {
"@angular/cli": "1.5.0",
"@angular/compiler-cli": "^5.0.0",
"@angular/language-service": "^5.0.0",
"typescript": "~2.4.2"
"@angular/cli": "^7.3.1",
"@angular/compiler-cli": "^7.2.0",
"@angular/language-service": "^7.2.0",
"typescript": "3.2.2",
"@angular-devkit/build-angular": "~0.12.0"
}
}
1 change: 1 addition & 0 deletions sample.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
HI this is to test git cherry-pick command
Binary file added src/favicon.ico
Binary file not shown.
2 changes: 1 addition & 1 deletion src/polyfills.ts
Original file line number Diff line number Diff line change
@@ -43,7 +43,7 @@

/** Evergreen browsers require these. **/
// Used for reflect-metadata in JIT. If you use AOT (and only Angular decorators), you can remove.
import 'core-js/es7/reflect';



/**
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"compileOnSave": false,
"compilerOptions": {
"importHelpers": true,
"outDir": "./dist/out-tsc",
"sourceMap": true,
"declaration": false,