Closed sansan88 closed 4 years ago
I looked at the error messages and found an answer on stackoverflow. I hope this should fix the building issue.
@jonarivado I provided a PR https://github.com/project-owlly/site/pull/17 to try to fix it
I was wrong it was not the reserved word but the fact that onClick
was not declared at all. In the related home.page.ts
there was no such function.
The footer component is part of a module calls components.module.ts
. In this module there was no import of the Ionic component and therefore the ion-
components were not resolved. A component is always attached to a module, root or any other level, which import a certain list of components.
Build is solved, actions failed because of Firebase deploy
My pleasure!
Actions failed.
https://github.com/project-owlly/site/actions/runs/276292862