-
I have converted my angular (v4) webpack (v3) over to use HappyPack and the build time has gotten MUCH faster so thank you for that.
However, I have gotten things to build and the initial module lo…
-
import {NG_TABLE_DIRECTIVES} from 'ng2-table';
![image](https://cloud.githubusercontent.com/assets/7815640/14493734/1b4fd56a-0144-11e6-8826-c8dd58537050.png)
-
不使用预编译,用 SystemJS 的 transpiler直接加载 ts 文件。加载后文件内部无法获取 __dirname 和 __filename,因为不是 cjs 模块。当我的加载器指定 format:'cjs' 模块格式,它又不能加载 ts 文件(提示语法错误,无法使用 transpiler)。
请问使用 transpiler 直接加载 ts 文件的时候,在 ts 内部有办法知道自己所在…
-
能否給一個在cli下引入的demo,我嘗試了幾個方法均無效。
-
I find no module exporting Rx tried `import {Rx} from rxjs/Rx` nothing worked
-
We all know MongoDB isn't silver bullet, and, as ng-fullstack grows, we have to give the devs more options.
We're planning to add the following DBs to the stack:
- RethinkDB;
- PostgreSQL (via se…
-
Hello @autopulous, I want to use this module with ionic framework 2. How i can integrate or install in my ionic v2 project. Thanks in advance.
-
I am building an Angular 2.3 application and stumbled across this package. I am using webpack as my transpiler. I had to add "allowJS: true" to my tsconfig.json to eliminiate one of the errors I was g…
-
I think the html-loader is universal enough to add to the base config.
Thoughts?
https://github.com/andywer/webpack-blocks/blob/master/packages/webpack2/index.js
-
It looks like this project is the current iteration of https://www.npmjs.com/package/angular-2-dropdown-multiselect (no active development) which was used in 7.2.2 - I was able to update to 8.2.x with…