This repository was archived by the owner on Jun 23, 2025. It is now read-only.
Commit 83bcd9f
committed
feat(*): export ANGULAR2_GOOGLE_MAPS_DIRECTIVES
To use the angular2-google-maps directives, you
can now import a single constant that includes
all released components.
import {ANGULAR2_GOOGLE_MAPS_DIRECTIVES} from
'angular2_google_maps/angular2_google_maps';
@component({
selector: 'myApp',
directives: [ANGULAR2_GOOGLE_MAPS_DIRECTIVES]
})
class MyApp {}
BREAKING CHANGE:
angular2_google_maps/components module renamed
to angular2_google_maps/directives1 parent fea8b9b commit 83bcd9f
7 files changed
Lines changed: 9 additions & 4 deletions
File tree
- src
- directives
- services
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
File renamed without changes.
File renamed without changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments