rangle-starter icon indicating copy to clipboard operation
rangle-starter copied to clipboard

Results 35 rangle-starter issues
Sort by recently updated
recently updated
newest added

We don't have any tooling setup for end-to-end tests in the `angular2-starter`. There is currently a legacy `e2e` folder with out of date tests that should be replaced with a...

enhancement
ng2
code-cleanup

Hi, again me:) as typescript 2.0 is used in starter, then there is new typing system for definitions from https://github.com/DefinitelyTyped/DefinitelyTyped project. so instead code in `typing.json`: ``` "classnames": "registry:dt/classnames#0.0.0+20160316155526", "enzyme":...

enhancement

Learnings from a recent large react project: > I actually really wish we'd broken the app down by feature area instead of by type of construct. But that ship has...

enhancement

I think it would be a good idea to use the `@rangle` scope on npm to group more packages built by us, avoid naming collisions and following the same pattern...

enhancement

Hi, Thank you for the nice job, i try to install the rangle-start for angular 2 and i try to add angular material 2.0.beta to the application , unfortunately I...

question
ng2

When I run `npm run test` I get ```Chrome 55.0.2883 (Mac OS X 10.12.1): Executed 0 of 0 ERROR (0.001 secs / 0 secs) npm ERR! Darwin 16.1.0 npm ERR!...

ts-react

Hi, great starter! :) but I would like to note that there is already redux-form 6, and this version is not compatible with version 5, which is used in the...

es6-react

I am using the angular2-redux starter as the base of my project. Also using the materialize css theme loaded from a CDN, which works fine (mostly) but due to CDN...

question
ng2

There are at least two distinct structures/styles of webpack configuration. The more similar these are, the easier cross-starter maintenance becomes. It also feeds into our goal of code-sharing (connected to...

enhancement
help wanted

From neilff: RHL is going to be deprecated in favour of React Transform. This change is quite significant. I'd recommend looking at their boilerplate project and bringing the changes in...

upgrade
ts-react
es6-react