Teradata / vantage-ui-template

Template for UI applications in Vantage
MIT License
185 stars 79 forks source link

typo in app module preventing app from running #30

Closed Mark-McCracken closed 7 years ago

Mark-McCracken commented 7 years ago

Bug Report

CovalentHttpModule.forRoot({ inteceptors: [{ interceptor: RequestInterceptor, paths: ['**'], }], }),

inteceptors should be interceptors

kyleledbetter commented 7 years ago

Hi and thanks for reporting. We have a PR with that fix in progress just not merged yet https://github.com/Teradata/covalent-quickstart/pull/29

You'll also want to make sure you update the Covalent packages to 0.10.2 instead of 0.10.0 bc there were a couple of hotfixes

Mark-McCracken commented 7 years ago

Ah! Sorry about that, should've checked. Yeah got the latest version, all seems to work well, this is a nice example project! Very useful.

On 14 Jan 2017, at 14:28, Kyle Ledbetter notifications@github.com wrote:

Hi and thanks for reporting. We have a PR with that fix in progress just not merged yet #29

You'll also want to make sure you update the Covalent packages to 0.10.2 instead of 0.10.0 bc there were a couple of hotfixes

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

kyleledbetter commented 7 years ago

sry about that confusion @Mark-McCracken closing since fix is merged in quickstart, and beta1 quickstart is out! :)

Mark-McCracken commented 7 years ago

Thanks! Excited to try this new version, looks really solid and very up to date, appreciate the efforts man!

On 30 Jan 2017, at 23:26, Kyle Ledbetter notifications@github.com wrote:

sry about that confusion @Mark-McCracken closing since fix is merged in quickstart, and beta1 quickstart is out! :)

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.