Skip to content

Commit

Permalink
docs: update of landing page and backup pages (#47047)
Browse files Browse the repository at this point in the history
Updates the angular.io landing page with new messaging
and new images. The Quick-start app has been updated
to demonstrate a minimalist Angular app and the value
proposition content has been updated.

PR Close #47047
  • Loading branch information
Bob Watson authored and thePunderWoman committed Dec 10, 2022
1 parent 4d2bac5 commit b5bb4c1
Show file tree
Hide file tree
Showing 33 changed files with 415 additions and 897 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,4 @@ baseline.json

# Husky
.husky/_
aio/content/examples/.DS_Store
2 changes: 2 additions & 0 deletions .pullapprove.yml
Original file line number Diff line number Diff line change
Expand Up @@ -858,6 +858,7 @@ groups:
'aio/content/examples/getting-started-v0/**/{*,.*}',
'aio/content/examples/getting-started/**/{*,.*}',
'aio/content/start/**/{*,.*}',
'aio/content/guide/quick-start.md',
'aio/content/images/guide/start/**/{*,.*}',
'aio/content/examples/what-is-angular/**/{*,.*}',
'aio/content/guide/what-is-angular.md'
Expand All @@ -875,6 +876,7 @@ groups:
conditions:
- >
contains_any_globs(files.exclude("aio/content/marketing/contributors.json"), [
'aio/content/examples/marketing-first-app/**/{*,.*}',
'aio/content/guide/roadmap.md',
'aio/content/marketing/**/{*,.*}',
'aio/content/images/marketing/**/{*,.*}',
Expand Down
3 changes: 3 additions & 0 deletions aio/content/demos/first-app/.gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# See http://help.github.com/ignore-files/ for more about ignoring files.
# git should ignore the cached files
.angular
node_modules

# Compiled output
/dist
Expand Down
6 changes: 1 addition & 5 deletions aio/content/demos/first-app/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,12 @@
"outputPath": "dist/addOneButton",
"index": "src/index.html",
"main": "src/main.ts",
"polyfills": "src/polyfills.ts",
"tsConfig": "src/tsconfig.app.json",
"assets": [
"src/favicon.ico",
"src/assets"
],
"styles": [
"src/styles.css"
],
"scripts": []
},
Expand Down Expand Up @@ -68,11 +66,9 @@
"builder": "@angular-devkit/build-angular:karma",
"options": {
"main": "src/test.ts",
"polyfills": "src/polyfills.ts",
"tsConfig": "src/tsconfig.spec.json",
"karmaConfig": "src/karma.conf.js",
"styles": [
"styles.css"
],
"scripts": [],
"assets": [
Expand Down Expand Up @@ -100,4 +96,4 @@
"cli": {
"analytics": false
}
}
}
2 changes: 1 addition & 1 deletion aio/content/demos/first-app/src/main.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// import required packages
import './polyfills';
import 'zone.js/dist/zone';
import { Component } from '@angular/core';
import { bootstrapApplication } from '@angular/platform-browser';

Expand Down
3 changes: 1 addition & 2 deletions aio/content/demos/first-app/src/tsconfig.app.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
"types": []
},
"files": [
"main.ts",
"polyfills.ts"
"main.ts"
],
"include": [
"**/*.d.ts"
Expand Down
3 changes: 1 addition & 2 deletions aio/content/demos/first-app/src/tsconfig.spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
]
},
"files": [
"test.ts",
"polyfills.ts"
"test.ts"
],
"include": [
"**/*.spec.ts",
Expand Down
1 change: 1 addition & 0 deletions aio/content/images/marketing/home/any-size.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b5bb4c1

Please sign in to comment.