Skip to content
This repository was archived by the owner on Jun 23, 2025. It is now read-only.

fix(SebmGoogleMap): allow styling via comp styles#169

Closed
sebholstein wants to merge 1 commit into
masterfrom
styling-fix
Closed

fix(SebmGoogleMap): allow styling via comp styles#169
sebholstein wants to merge 1 commit into
masterfrom
styling-fix

Conversation

@sebholstein

Copy link
Copy Markdown
Owner

With v0.8.0, styling the map via the styles setting
of a component was NOT possible any more:

@Component({
    selector: 'my-map-cmp',
    directives: [SebmGoogleMap],
    styles: [`
        .sebm-google-map-container {
            height: 300px;
        }
    `]
}

Fixes #162

With v0.8.0, styling the map via the styles setting
of a component was NOT possible any more:

```
@component({
	selector: 'my-map-cmp',
	directives: [SebmGoogleMap],
	styles: [`
		.sebm-google-map-container {
			height: 300px;
	 	}
	`]
}
```

Fixes #162
@sebholstein sebholstein deleted the styling-fix branch March 5, 2016 19:12
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant