Skip to content

Instantly share code, notes, and snippets.

@wKoza
Created October 20, 2016 18:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wKoza/6cf7482d4d30d43d6c84734fbdd502d2 to your computer and use it in GitHub Desktop.
Save wKoza/6cf7482d4d30d43d6c84734fbdd502d2 to your computer and use it in GitHub Desktop.
import {Component, Input} from '@angular/core';
@Component({
selector: 'app-comp1',
template: `
{{monAdresse.street}}
`
})
export class Comp1Component {
@Input() monAdresse: any;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment