All Questions
Tagged with angular-ui-bootstrap-tab angular
7 questions
2
votes
0
answers
97
views
Moving from ui-Bootstrap to ng-Boostrap
I want to migrate from ui-bootstrap to ng-bootstrap as they both are really different.How do you migrate from ui-Bootstrap to ng-Bootstrap?
do you have some migration guide?
0
votes
0
answers
87
views
How to achieve these bootstrap tabs
Asked a question prior regarding bootstrap tabs, however, I would still like to meet the same looks which can be found on this: http://beyondadmin-v1.6.0.s3-website-us-east-1.amazonaws.com/profile....
0
votes
1
answer
151
views
Pass form to directive that lives outside of the form
I've looked up to 10 pages deep on Google and can't find and answer to this one...so hopefully, there IS one.
I would like to access a form (specifically, it's validity) from outside of the form. I'...
1
vote
1
answer
3k
views
Using angular-ui-bootstrap in Angular2
I am using Angular2 with typescript. The dependencies are resolved using npm.
I want to use Modal dialog in my application. For this, I need to include angular-ui-bootstrap in my application. I need ...
0
votes
2
answers
2k
views
Angular 2 ng-bootstrap,NgbTabset Error:Uncaught (in promise): TypeError: Cannot read property 'templateRef' of undefined
I try to use NgTabset but i get this error TypeError: Cannot read property 'templateRef' of undefined .When i replace the ng-template with the template tag everything works fine .What am i doing wrong?...
0
votes
0
answers
190
views
How do I render svg icons in a svg component?
I am working on an angular app where I have an icon font I created in IcoMoon with a bunch of icons, I want to render those icons in an SVG component such as this:
<svg style="width: 700px; ...
1
vote
2
answers
4k
views
EXCEPTION: Error in ./NgbTabset class NgbTabset - inline template:12:20 caused by: Cannot read property 'templateRef' of undefined
I'm using ng-bootstrap as a substitute for ui-bootstrap in angular2.
My html is as follows:
<div class="row" style="height: 100%;">
<div class="col-12">
<div class="container" ...