标签: angular angular-cli adminlte
import * as jQuery from 'jquery'; ..... ngAfterViewInit() { jQuery(document).ready(function(){ console.log('oke'); }); // error jQuery.AdminLTE.layout.fix(); }
如何修复错误?