This indicates the starting point of an application. Bootstrap here has nothing to do with bootstrap css. Its a kind of approach or mechanism for starting any application.
Please share your end goal here so that others can guide you the current direction. Because ionic it self provide attractive css components so that developers do not need to use any external library especially for theming purpose.
> div class=“container”> > div class=“flex-box”> > div class=“flex-container”> > div class=“row”> > div class=“col”> > div class=“col”> > div class=“col”> > /div> > /div> > /div> > /div>
Like this I create block, I missed <
So I want to do same in ionic by using only div and bootstrap class.
Got my approach??