Solucionado (ver solução)
Solucionado
(ver solução)
5
respostas

erro de RunTime Classe HOme Page

tenho o mesmo problema do Ian que foi postado aq. fiz o comando ionic info e apareceu esta mensagem:

li packages: (C:\Users\Gustavo Mazzolli\AppData\Roaming\npm\node_modules)

@ionic/cli-utils : 1.19.2 ionic (Ionic CLI) : 3.20.0 local packages: @ionic/app-scripts : 3.0.1 Ionic Framework : ionic-angular 3.8.0 System: Node : v8.11.1 npm : 5.6.0 OS : Windows 10 Misc: backend : pro

5 respostas

Boa tarde, Bruno! Com vai?

A qual problema vc se refere? Poderia postar o link do tópico aqui para que eu possa entender melhor a questão?

Grande abraço e bons estudos!

quando eu salvei para aparacer os nomes dos carros apareceu este erro :

Error Close Runtime Error Template parse errors: Can't bind to 'nogforOf' since it isn't a known property of 'ion-item'. 1. If 'ion-item' is an Angular component and it has 'nogforOf' input, then verify that it is part of this module. 2. If 'ion-item' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message. 3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component. (" ]nogfor="let carro of carros">

{{carros.nome}}

{{carros.preco}}

"): ng:///AppModule/HomePage.html@10:18 Property binding nogforOf not used by any directive on an embedded template. Make sure that the property name is spelled correctly and all directives are listed in the "@NgModule.declarations". (" [ERROR ->]<ion-item
nogfor="let carro of carros">

{{carros.nome}}

{{carros.preco"): ng:///AppModule/HomePage.html@10:8 Stack Error: Template parse errors: Can't bind to 'nogforOf' since it isn't a known property of 'ion-item'. 1. If 'ion-item' is an Angular component and it has 'nogforOf' input, then verify that it is part of this module. 2. If 'ion-item' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message. 3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component. ("

]*nogfor="let carro of carros">

{{carros.nome}}

{{carros.preco}}

"): ng:///AppModule/HomePage.html@10:18 Property binding nogforOf not used by any directive on an embedded template. Make sure that the property name is spelled correctly and all directives are listed in the "@NgModule.declarations". ("

[ERROR ->]

{{carros.nome}}

{{carros.preco"): ng:///AppModule/HomePage.html@10:8 at syntaxError (http://localhost:8100/build/vendor.js:78232:34) at TemplateParser.parse (http://localhost:8100/build/vendor.js:89475:19) at JitCompiler._compileTemplate (http://localhost:8100/build/vendor.js:103671:39) at http://localhost:8100/build/vendor.js:103590:62 at Set.forEach () at JitCompiler._compileComponents (http://localhost:8100/build/vendor.js:103590:19) at http://localhost:8100/build/vendor.js:103477:19 at Object.then (http://localhost:8100/build/vendor.js:78221:143) at JitCompiler._compileModuleAndComponents (http://localhost:8100/build/vendor.js:103476:26) at JitCompiler.compileModuleAsync (http://localhost:8100/build/vendor.js:103405:37) Ionic Framework: 3.8.0 Ionic App Scripts: 3.0.1 Angular Core: 4.4.4 Angular Compiler CLI: 4.4.4 Node: 8.11.1 OS Platform: Windows 10 Navigator Platform: Win32 User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36

solução!

Opa, Bruno! No log de erro está dizendo que vc escreveu incorretamente o *ngFor. Vc fez assim:

<ion-item [ERROR ->]*nogfor="let carro of carros">

Veja que a própria mensagem já aponta o local do erro no seu código como sendo no *nogfor. O correto seria fazer:

<ion-item *ngFor="let carro of carros">

Qualquer coisa é só falar!

Aprendizado para a vida: Quando for postar um código ou um log aqui no fórum, utilize o botão "inserir código" e cole o código ou log no lugar indicado para que o texto saia com a formatação correta. Caso contrário ele vai sair todo desformatado como no seu último comentário e prejudicará a análise e posterior ajuda a vc.

Grande abraço e bons estudos, meu aluno!

obrigado professor !!

Por nada, Bruno! Sempre que tiver qualquer dúvida é só mandar aqui no fórum! Se for aqui na parte de Ionic 3, certamente eu irei aparecer para te tirar das trevas e levar para a luz!

Grande abraço e bons estudos!