Saved Bookmarks
| 1. |
What Is @inputs In Angular 2? |
|
Answer» @Input allows you to pass data into your controller and templates through HTML and defining CUSTOM PROPERTIES. This allows you to easily reuse components and have them display different values for each instance of the renderer. @Input allows you to pass data into your controller and templates through html and defining custom properties. This allows you to easily reuse components and have them display different values for each instance of the renderer. |
|