-
After running `npm install` followed by `npm run build` I get the following error on my laptop:
> marc@marc-ThinkPad-X1-Carbon ~/git/angular2-library $ npm run build
>
> > angular2-sdk@0.0.0 bui…
-
This blocks interop with the latest angular2 build
Dependencies that need to be updated:
- [ ] reflectable
- [ ] initialize
- [ ] web_components
-
Hi,
project doesnt fusing since beta 16:
'Cannot read property 'entryFile' of undefined'
```
vendor ->
app ->
→Typescript config: \src\tsconfig.json
→Typescript config: \src\tsconfig.json
…
-
I added angular2-material components into my project before. and It worked. But after upgrading project into latest version of angular and typescript. They have problem in loading.
> (SystemJS) XHR e…
-
I am using angular2-grid as the package for the widgets. My company said to me to use that package and also create a new library for some more specific events. I want to know if it is possible to exte…
-
"We encourage some combination of OOCSS and BEM for these reasons:
It helps create clear, strict relationships between CSS and HTML
It helps us create reusable, composable components
It allows fo…
-
**Request:**
Examples in Typescript for Angular2 release
**Components**
- scrollTo **
- elementVisible
- computedStyle
- outerHeight
- outerWidth
** i tried to implement component. ca…
-
I have followed the guide when I do ng serve --prod i am getting the following
The Broccoli Plugin: [BundlePlugin] failed with:
Error on fetch for vendor/@angular2-material/toolbar/toolbar.js at file…
-
I copied the files from this repo and use LoggedInOutlet.ts to setup authentication in my angular2 app, which is based on the [Angular2 Webpack Starter repo](https://github.com/AngularClass/angular2-w…
-
Hi,
I don't know if this is more an issue for the typescript repo or the tooling repo.
I'm trying to deploy a angular apps using publishing wizard in a local folder: the application runs correctly…