Custom bootstrap tooltip with separate styles and directive (#345)
* Launch application scancodes (closes #328) * simple directive to map bootstrap tooltip, add sample usage * Custom bootstrap tooltip with separate styles and directive (closes #329) * fix: linting issues * fix: try to ignore stylelint for !important * review: simple tooltip with html content and custom styles * cleanup extra html tags for tooltip sample
This commit is contained in:
committed by
László Monda
parent
e57a2f8637
commit
6271802bbc
@@ -70,7 +70,7 @@ import { AppComponent } from './app/app.component';
|
||||
import { MainAppComponent } from './main-app';
|
||||
import { UpdateAvailableComponent } from './components/update-available/update-available.component';
|
||||
|
||||
import { CancelableDirective } from './shared/directives';
|
||||
import { CancelableDirective, TooltipDirective } from './shared/directives';
|
||||
import { SafeStylePipe } from './shared/pipes';
|
||||
|
||||
import { CaptureService } from './shared/services/capture.service';
|
||||
@@ -160,6 +160,7 @@ import { angularNotifierConfig } from '../../shared/src/models/angular-notifier-
|
||||
PrivilegeCheckerComponent,
|
||||
UhkMessageComponent,
|
||||
CancelableDirective,
|
||||
TooltipDirective,
|
||||
SafeStylePipe,
|
||||
UpdateAvailableComponent,
|
||||
AutoUpdateSettings
|
||||
|
||||
Reference in New Issue
Block a user