We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The instructor in this's course used an old way to add (input) syntax, this's way not working in the new version of angular. it's updated
@Component({ selector: 'app-artist-details', templateUrl: './artist-details.component.html', inputs: ['artist'] })
export class ArtistDetailsComponent { @Input('artist') artist: any; }
you can learn more about input and component in angular docs
input
component
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Updated Syntax
The instructor in this's course used an old way to add (input) syntax, this's way not working in the new version of angular. it's updated
you can learn more about
input
andcomponent
in angular docsThe text was updated successfully, but these errors were encountered: