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

:zap: Build apps for the web, mobile, and desktop with one code base

Results 5 angular-starter issues
Sort by recently updated
recently updated
newest added

I am getting following exception while running npm run start TSError: ⨯ Unable to compile TypeScript Cannot find type definition file for 'node'. (2688) gulpfile.ts (1,23): Cannot find module 'gulp'....

**IMPORTANT**: This repository's issues are reserved for feature requests and bug reports. Do not submit support requests here. **Steps to reproduce and a minimal demo of the problem** npm run...

**Steps to reproduce and a minimal demo of the problem** Note I am running on Windows (8.1) follow steps to setup and build in readme open project in Visual Studio...

Would be nice to add the docs regarding setting up a new project with git clone, set upstream, etc best practices, as seen in @NathanWalker's advanced seed: [here](https://github.com/NathanWalker/angular-seed-advanced#how-best-to-use-for-your-project) . This...

I can see some references to karma and other spec related topics, but no real specs defined (or I'm missing something). Should those be removed altogether? If not, perhaps we...