Open
Description
First of all thanks for the great work, I don't have any issues with it.
I would like to suggest a small feature:
If the start()
can take a second optional string parameter loaderMessage
which can be used within the loader
What I'm thinking of is
this.loader.start('fullPageLoader', 'Loading X Please wait this might take few minutes');
then
<ngx-smart-loader identifier="fullPageLoader"> <div class="oLoader fullOverLay"> <div class="spinSpacer"></div> <div id="nb-global-spinner" class="LoaderIcon"> </div> <div class="loaderTxt">{{loaderMessage}}</div> </div> </ngx-smart-loader>
Metadata
Metadata
Assignees
Labels
No labels