Thứ Năm, 16 tháng 7, 2020

Load css another page when you got a conflict / Load css cho admin

loadStyle() {
    this.document.getElementsByTagName('head')[0].innerHTML+='<link rel="stylesheet" 
href="../assets/admin/dist/css/adminlte.min.css">';
  }

ngOnInit() {
    // if (localStorage.getItem('unserInfo') == null){
    //   this.router.navigate(['login']);
    // }
    this.loadStyle();
  }

Related Posts:

  • Sử dụng EJS làm view cho node JSCác bước cấu hình 1. Cài đặt các gói cần thiết #npm install --save ejs #npm install --save bootstrap #npm install --save jquery #npm install --save popper 2. Tạo 1 thư mục views - Folder: include : chưa cái file được xử dụng… Read More
  • Validator Form In AngularHave 2 ways validate form in angular.First Way: Use FormBuilderHTML file <form [formGroup]="angForm" novalidate> <div class="form-group"> <label class="center-block">Name: &… Read More
  • Các Lỗi khi build API Node JS1. Lỗi không thể connect đến MSSQLSERVER: onnectionError: Failed to connect to localhost\MSSQLSERVER in 15000ms     at ConnectionError (D:\APINode\node_modules\tedious\lib\errors.js:13:12)     at Connectio… Read More
  • Cách xử lý khi bị đụng css, load css từ cho 1 compnent- Khi bạn muôn apply một external css cho riêng 1 component , (load từ style.css sẽ bị đụng css), thì làm như sau: styleUrls: ['./index.component.css','../../assets/admin/dist/css/adminlte.min.css'], encapsulation:&nb… Read More
  • Các gói npm cần thiết khi sử dụng NodeJS Nodemon: tự động restart lại server nodejs  Tedious: Connect với mssql (Giống mssql-npm) Express: frameword cho nodeJS - Giống Hapi Sails: Fulltack FrameWord cho nodejs (cái này hay nè) Sequilize: ORM dùng để mapping … Read More

0 nhận xét:

Đăng nhận xét