I'm trying to create a new component and leverage the bootstrap tabset/tab in my template.
I keep getting the error:
**Template parse errors: Can't bind to 'heading' since it isn't a known property of 'tab'. ("
<tabset class="tab-container tabbable-line">
<tab [ERROR ->]heading="{{l('test')}}">**
I looked at admin-roles as an template/example for my new component but have no clue why it's not recognizing the elements.
Is there something specific I need to import?
Oops, I think I found the answer just after I posted.
Client\nswag\refresh.bat
The only manual step is to update service-proxy.module.ts
Hi,
Is there a configured automated tool chain for updating the service-proxies.ts with NSwag or is this intended to be manual for the time being?
Thanks,
Mark Lindell