Skip to content

Commit 54a9ded

Browse files
committed
feat(google-maps): add google-map component
Fix commas in tsconfig files
1 parent 3622b4f commit 54a9ded

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/google-maps/tsconfig-build.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
"files": [
2020
"public-api.ts",
21-
"typings.d.ts",
21+
"typings.d.ts"
2222
],
2323
"angularCompilerOptions": {
2424
"annotateForClosureCompiler": true,

src/google-maps/tsconfig-tests.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"googlemaps"
1313
],
1414
"paths": {
15-
"@angular/google-maps/*": ["./*"],
15+
"@angular/google-maps/*": ["./*"]
1616
}
1717
},
1818
"angularCompilerOptions": {

0 commit comments

Comments
 (0)