git https://github.com/jmkinjo/angular.git
compiler.js:215 Uncaught Error: Template parse errors: Can't bind to 'url' since it isn't a known property of 'ap-photo'.
- If 'ap-photo' is an Angular component and it has 'url' input, then verify that it is part of this module.
- If 'ap-photo' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
- To allow any property add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component. ("<ap-photo *ngFor="let photo of photos" [ERROR ->][url]="photo.url" [description]="photo.description"> "): ng:///AppModule/AppComponent.html@2:4 Can't bind to 'description' since it isn't a known property of 'ap-photo'.