Skip to content

Commit ee3fb21

Browse files
authored
Merge pull request #6 from kumaresan-subramani/master
Gihub source updation for v16.4.0.52 service pack 1 release
2 parents 06122f4 + f220380 commit ee3fb21

File tree

1,482 files changed

+92946
-65903
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,482 files changed

+92946
-65903
lines changed

.gitignore

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
.npmrc
2+
.vscode/
3+
node_modules/
4+
spec/**/*.js
5+
spec/**/*.map
6+
src/**/*.js
7+
aot/**/*.js
8+
*ngfactory.ts
9+
*metadata.json
10+
*ngsummary.json
11+
*d.ts
12+
*.map
13+
*.ngstyle.ts
14+
src/**/*.map
15+
styles/*.*
16+
!styles/index.css
17+
!styles/highlight.css
18+
!styles/images/*.*
19+
coverage/
20+
api/
21+
dist/main.bundle.js
22+
test-report/
23+
src/**/*-plnkr.json
24+
!src/common/typings.d.ts
25+
!src/common/plnk-template/system.config.js
26+
samples/*

0 commit comments

Comments
 (0)