Já fiz todos os passos recomendados em vários tópicos aqui, porém, quando tento acessar o http://localhost:4200/user/flavio ele volta um erro que traz a seguinte mensagem:
compiler.js:215 Uncaught Error: Template parse errors: Can't bind to 'photos' since it isn't a known property of 'ap-photo'.
- If 'ap-photo' is an Angular component and it has 'photos' 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 [ERROR ->][photos]="photos"> "): ng:///PhotosModule/PhotoListComponent.html@0:10 at syntaxError (compiler.js:215) at TemplateParser.push../node_modules/@angular/compiler/fesm5/compiler.js.TemplateParser.parse (compiler.js:14702) at JitCompiler.push../node_modules/@angular/compiler/fesm5/compiler.js.JitCompiler._parseTemplate (compiler.js:22709) at JitCompiler.push../node_modules/@angular/compiler/fesm5/compiler.js.JitCompiler._compileTemplate (compiler.js:22696) at compiler.js:22639 at Set.forEach () at JitCompiler.push../node_modules/@angular/compiler/fesm5/compiler.js.JitCompiler._compileComponents (compiler.js:22639) at compiler.js:22549 at Object.then (compiler.js:206) at JitCompiler.push../node_modules/@angular/compiler/fesm5/compiler.js.JitCompiler._compileModuleAndComponents (compiler.js:22548)
Alguém pode me ajudar a entender e solucionar isto , por favor, agradeço desde já.