Giter VIP home page Giter VIP logo

ng-skeleton's Introduction

ng-skeleton

the ultimate angular seed project

demo

working app: https://secure.digitalsignage.com/skeleton/

technologies

  • angular-cli
  • angular router
  • ng-bootstrap (responsive, scale browser to checkout navigation)
  • ngrx + effects
  • progressive web app (add to mobile home screen)
  • ng-prime
  • lots of components included

features:

  • login / logout
  • two factor authentication support
  • slider component
  • navigation component
  • menu component
  • npm scripts
  • express backend for two factor auth

install

git clone https://github.com/born2net/ng-skeleton.git
cd ng-skeleton
npm install
open browser: http://localhost:4203

related projects:

Videos:

Advanced angular tips and tricks

The Ultimate redux typed store implementation for angular

license:

MIT

ng-skeleton's People

Contributors

born2net avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

ng-skeleton's Issues

Project fails to build

Hello - Is this project still being maintained?

When following the install instructions, I got the following deprecation notices:

npm WARN deprecated [email protected]: Please use the new package name @agm/core - Details here: http://bit.ly/2nv2tXS
npm WARN deprecated [email protected]: DEPRECATED: package was renamed to ngx-bootstrap
npm WARN deprecated [email protected]: This package has moved. Please 'npm install @angular-redux/store' instead.
npm WARN deprecated [email protected]: Replaced by core tslint formatter
npm WARN deprecated [email protected]: Please update to v5 or higher to resolve an issue with redirected navigation responses. See https://github.com/GoogleChrome/sw-precache/releases/tag/5.0.0
npm WARN deprecated @types/[email protected]: This is a stub types definition for Facebook's Immutable (https://github.com/facebook/immutable-js). Facebook's Immutable provides its own type definitions, so you don't need @types/immutable installed!
npm WARN deprecated [email protected]: angular-cli has been renamed to @angular/cli. Please update your dependencies.
npm WARN deprecated [email protected]: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated [email protected]: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated [email protected]: graceful-fs v3.0.0 and before will fail on node releases >= v7.0. Please update to graceful-fs@^4.0.0 as soon as possible. Use 'npm ls graceful-fs' to find it in the tree.
npm WARN prefer global [email protected] should be installed with -g
npm WARN prefer global [email protected] should be installed with -g

And more importantly, I got the following errors from webpack:

WARNING in ./src/app/app.module.ts
119:16 export 'DropdownModule' was not found in 'ng2-bootstrap'

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8599,32): ',' expected.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8602,14): ']' expected.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8602,15): ';' expected.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8605,26): ',' expected.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8605,42): '(' expected.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8605,61): ',' expected.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8605,66): ')' expected.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8607,15): ';' expected.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8607,25): Declaration or statement expected.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8608,23): ')' expected.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8608,46): '(' expected.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8609,22): Expression expected.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8610,9): '(' expected.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8610,10): ',' expected.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8610,21): ')' expected.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8613,18): ';' expected.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8613,32): ';' expected.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8613,45): ')' expected.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8613,55): '(' expected.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8613,83): ',' expected.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8613,87): ';' expected.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8619,23): ',' expected.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8619,32): '(' expected.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8619,46): '(' expected.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8619,68): '(' expected.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8620,22): Expression expected.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8621,10): ',' expected.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8621,21): ')' expected.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8626,24): ';' expected.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8626,34): Expression expected.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8627,23): ')' expected.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8627,32): '(' expected.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8627,46): '(' expected.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8627,68): '(' expected.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8628,22): Expression expected.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8629,10): ',' expected.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8629,21): ')' expected.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8646,29): ',' expected.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8646,75): ']' expected.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8646,76): ';' expected.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8646,77): Expression expected.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8646,78): Expression expected.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8652,21): ',' expected.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8653,10): ';' expected.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8653,47): '(' expected.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8658,21): ';' expected.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8658,31): Expression expected.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8659,21): ')' expected.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8660,9): Declaration or statement expected.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8660,10): Declaration or statement expected.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8660,47): '(' expected.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8661,5): Declaration or statement expected.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8672,45): ']' expected.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8672,51): ';' expected.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8672,52): ';' expected.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8672,53): Expression expected.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8672,54): Expression expected.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8675,15): ';' expected.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8675,29): ';' expected.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8675,40): ')' expected.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8675,43): ';' expected.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8675,44): Declaration or statement expected.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8675,78): Expression expected.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8681,21): ',' expected.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8682,10): ';' expected.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8682,47): '(' expected.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8687,21): ';' expected.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8687,31): Expression expected.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8688,21): ')' expected.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8689,9): Declaration or statement expected.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8689,10): Declaration or statement expected.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8689,47): '(' expected.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8690,5): Declaration or statement expected.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8704,29): ',' expected.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8704,75): ']' expected.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8704,76): ';' expected.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8704,77): Expression expected.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8704,78): Expression expected.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8710,21): ',' expected.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8711,10): ';' expected.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8711,47): '(' expected.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8716,21): ';' expected.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8716,31): Expression expected.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8717,21): ')' expected.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8718,9): Declaration or statement expected.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8718,10): Declaration or statement expected.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8718,47): '(' expected.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8719,5): Declaration or statement expected.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8730,45): ']' expected.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8730,51): ';' expected.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8730,52): ';' expected.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8730,53): Expression expected.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8730,54): Expression expected.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8736,21): ',' expected.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8737,10): ';' expected.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8737,47): '(' expected.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8742,21): ';' expected.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8742,31): Expression expected.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8743,21): ')' expected.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8744,9): Declaration or statement expected.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8744,10): Declaration or statement expected.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8744,47): '(' expected.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8745,5): Declaration or statement expected.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (11793,21): ']' expected.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (11793,22): ';' expected.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (11793,23): Declaration or statement expected.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (11793,33): ']' expected.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (11793,34): ')' expected.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (11793,35): Declaration or statement expected.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (11793,37): Declaration or statement expected.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (11794,5): Declaration or statement expected.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (19818,1): Declaration or statement expected.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (241,13): Duplicate identifier '_'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (245,19): Duplicate identifier '_'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (241,16): Cannot find namespace '_'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (243,25): Type 'Partial' is not generic.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (365,39): Cannot find namespace '_'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (2100,24): Cannot find namespace '_'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (5489,63): Cannot find namespace '_'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (5496,63): Cannot find namespace '_'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (5503,63): Cannot find namespace '_'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (5510,63): Cannot find namespace '_'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (5560,12): Cannot find namespace '_'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (5567,12): Cannot find namespace '_'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (5576,12): Cannot find namespace '_'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (5582,12): Cannot find namespace '_'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (5589,12): Cannot find namespace '_'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (5595,12): Cannot find namespace '_'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (5602,12): Cannot find namespace '_'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (5608,12): Cannot find namespace '_'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (5617,12): Cannot find namespace '_'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (5623,12): Cannot find namespace '_'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (5630,12): Cannot find namespace '_'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (5636,12): Cannot find namespace '_'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (5643,12): Cannot find namespace '_'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (5649,12): Cannot find namespace '_'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (5658,12): Cannot find namespace '_'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (5664,12): Cannot find namespace '_'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (5671,12): Cannot find namespace '_'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (5677,12): Cannot find namespace '_'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (5684,12): Cannot find namespace '_'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (5690,12): Cannot find namespace '_'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (5699,12): Cannot find namespace '_'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (5705,12): Cannot find namespace '_'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (5712,12): Cannot find namespace '_'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (5718,12): Cannot find namespace '_'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (5725,12): Cannot find namespace '_'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (5731,12): Cannot find namespace '_'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8599,26): Cannot find name 'keyof'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8599,32): Duplicate identifier 'T'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8602,14): Cannot find name 'K'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8605,9): Cannot find name 'map'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8605,16): Cannot find name 'collection'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8605,28): Cannot find name 'Dictionary'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8605,63): Cannot find name 'T'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8607,9): Cannot find name 'map'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8607,13): Cannot find name 'T'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8607,27): Cannot find name 'TResult'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8608,13): Cannot find name 'collection'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8608,25): Cannot find name 'NumericDictionary'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8609,13): Cannot find name 'iteratee'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8609,24): Cannot find name 'NumericDictionaryIterator'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8610,12): Cannot find name 'TResult'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8613,9): Cannot find name 'map'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8613,13): Cannot find name 'T'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8613,16): Cannot find name 'K'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8613,26): Cannot find name 'keyof'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8613,32): Cannot find name 'T'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8613,35): Cannot find name 'collection'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8613,47): Cannot find name 'List'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8613,75): Cannot find name 'iteratee'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8613,85): Cannot find name 'K'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8613,89): Cannot find name 'T'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8613,91): Cannot find name 'K'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8618,9): Cannot find name 'map'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8619,13): Cannot find name 'collection'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8619,25): Cannot find name 'List'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8619,33): Cannot find name 'Dictionary'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8619,47): Cannot find name 'NumericDictionary'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8620,13): Cannot find name 'iteratee'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8620,24): Cannot find name 'string'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8621,12): Cannot find name 'TResult'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8626,9): Cannot find name 'map'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8626,13): Cannot find name 'T'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8626,16): Cannot find name 'TObject'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8627,13): Cannot find name 'collection'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8627,25): Cannot find name 'List'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8627,33): Cannot find name 'Dictionary'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8627,47): Cannot find name 'NumericDictionary'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8628,13): Cannot find name 'iteratee'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8628,24): Cannot find name 'TObject'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8629,12): Cannot find name 'boolean'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8646,23): Cannot find name 'keyof'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8646,75): Cannot find name 'K'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8651,9): Cannot find name 'map'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8652,13): Cannot find name 'iteratee'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8652,23): Cannot find name 'string'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8653,12): Cannot find name 'LoDashImplicitArrayWrapper'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8658,9): Cannot find name 'map'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8658,13): Cannot find name 'TObject'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8659,13): Cannot find name 'iteratee'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8659,23): Cannot find name 'TObject'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8660,12): Cannot find name 'LoDashImplicitArrayWrapper'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8672,45): Cannot find name 'keyof'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8672,51): Cannot find name 'T'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8675,9): Cannot find name 'map'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8675,13): Cannot find name 'K'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8675,23): Cannot find name 'keyof'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8675,29): Cannot find name 'T'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8675,32): Cannot find name 'iteratee'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8675,42): Cannot find name 'K'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8675,46): Cannot find name 'LoDashImplicitArrayWrapper'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8675,73): Cannot find name 'T'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8675,75): Cannot find name 'K'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8680,9): Cannot find name 'map'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8681,13): Cannot find name 'iteratee'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8681,23): Cannot find name 'string'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8682,12): Cannot find name 'LoDashImplicitArrayWrapper'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8687,9): Cannot find name 'map'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8687,13): Cannot find name 'TObject'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8688,13): Cannot find name 'iteratee'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8688,23): Cannot find name 'TObject'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8689,12): Cannot find name 'LoDashImplicitArrayWrapper'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8704,23): Cannot find name 'keyof'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8704,75): Cannot find name 'K'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8709,9): Cannot find name 'map'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8710,13): Cannot find name 'iteratee'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8710,23): Cannot find name 'string'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8711,12): Cannot find name 'LoDashExplicitArrayWrapper'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8716,9): Cannot find name 'map'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8716,13): Cannot find name 'TObject'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8717,13): Cannot find name 'iteratee'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8717,23): Cannot find name 'TObject'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8718,12): Cannot find name 'LoDashExplicitArrayWrapper'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8730,45): Cannot find name 'keyof'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8730,51): Cannot find name 'T'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8735,9): Cannot find name 'map'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8736,13): Cannot find name 'iteratee'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8736,23): Cannot find name 'string'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8737,12): Cannot find name 'LoDashExplicitArrayWrapper'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8742,9): Cannot find name 'map'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8742,13): Cannot find name 'TObject'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8743,13): Cannot find name 'iteratee'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8743,23): Cannot find name 'TObject'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (8744,12): Cannot find name 'LoDashExplicitArrayWrapper'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (9894,24): Cannot find name 'Many'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (9895,22): Cannot find name 'Many'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (9903,24): Cannot find name 'Many'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (9904,22): Cannot find name 'Many'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (9912,24): Cannot find name 'Many'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (9913,22): Cannot find name 'Many'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (9921,24): Cannot find name 'Many'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (9922,22): Cannot find name 'Many'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (9930,24): Cannot find name 'Many'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (9931,22): Cannot find name 'Many'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (9939,24): Cannot find name 'Many'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (9940,22): Cannot find name 'Many'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (9949,24): Cannot find name 'Many'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (9950,22): Cannot find name 'Many'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (9959,24): Cannot find name 'Many'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (9960,22): Cannot find name 'Many'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (9969,24): Cannot find name 'Many'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (9970,22): Cannot find name 'Many'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (9977,24): Cannot find name 'Many'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (9978,22): Cannot find name 'Many'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (9985,24): Cannot find name 'Many'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (9986,22): Cannot find name 'Many'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (9993,24): Cannot find name 'Many'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (9994,22): Cannot find name 'Many'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (10001,24): Cannot find name 'Many'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (10002,22): Cannot find name 'Many'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (10009,24): Cannot find name 'Many'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (10010,22): Cannot find name 'Many'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (10019,24): Cannot find name 'Many'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (10020,22): Cannot find name 'Many'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (10029,24): Cannot find name 'Many'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (10030,22): Cannot find name 'Many'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (10039,24): Cannot find name 'Many'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (10040,22): Cannot find name 'Many'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (10047,24): Cannot find name 'Many'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (10048,22): Cannot find name 'Many'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (10055,24): Cannot find name 'Many'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (10056,22): Cannot find name 'Many'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (10063,24): Cannot find name 'Many'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (10064,22): Cannot find name 'Many'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (10071,24): Cannot find name 'Many'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (10072,22): Cannot find name 'Many'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (10079,24): Cannot find name 'Many'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (10080,22): Cannot find name 'Many'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (10281,35): Cannot find name 'Many'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (10289,39): Cannot find name 'Many'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (10296,39): Cannot find name 'Many'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (10816,16): Cannot find name 'MapCache'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (10832,20): Cannot find name 'MapCacheConstructor'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (11390,30): Cannot find name 'Many'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (11793,9): A computed property name must be of type 'string', 'number', 'symbol', or 'any'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (11793,10): Cannot find name 'P'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (11793,15): Cannot find name 'keyof'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (11793,21): Cannot find name 'T'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (11793,26): A parameter initializer is only allowed in a function or constructor implementation.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (11793,31): Cannot find name 'T'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (11793,40): Cannot find name 'boolean'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (13053,29): Cannot find name 'object'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (15943,22): Cannot find namespace '_'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (15950,22): Cannot find namespace '_'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (15983,24): Cannot find namespace '_'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (15990,24): Cannot find namespace '_'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (16006,19): Cannot find name 'Many'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (16015,19): Cannot find name 'Many'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (16025,19): Cannot find name 'Many'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (16035,19): Cannot find name 'Many'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (16045,19): Cannot find name 'Many'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (16055,19): Cannot find name 'Many'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (16065,19): Cannot find name 'Many'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (16075,19): Cannot find name 'Many'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (16110,19): Cannot find name 'Many'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (16118,19): Cannot find name 'Many'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (16125,19): Cannot find name 'Many'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (16157,19): Cannot find name 'Many'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (16165,21): Cannot find name 'Many'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (16172,21): Cannot find name 'Many'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (16235,21): Cannot find namespace '_'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (16235,37): Cannot find namespace '_'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (16251,21): Cannot find namespace '_'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (16912,33): Cannot find name 'Many'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (16921,33): Cannot find name 'Many'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (16930,33): Cannot find name 'Many'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (16999,33): Cannot find name 'Many'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (17008,33): Cannot find name 'Many'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (17017,33): Cannot find name 'Many'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (17077,19): Cannot find name 'Many'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (17086,19): Cannot find name 'Many'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (17096,19): Cannot find name 'Many'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (17106,19): Cannot find name 'Many'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (17116,19): Cannot find name 'Many'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (17126,19): Cannot find name 'Many'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (17136,19): Cannot find name 'Many'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (17146,19): Cannot find name 'Many'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (17165,19): Cannot find name 'Many'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (17174,19): Cannot find name 'Many'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (17183,19): Cannot find name 'Many'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (17193,19): Cannot find name 'Many'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (17201,19): Cannot find name 'Many'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (17211,19): Cannot find name 'Many'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (17219,19): Cannot find name 'Many'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (17241,19): Cannot find name 'Many'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (17251,19): Cannot find name 'Many'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (17261,19): Cannot find name 'Many'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (17272,19): Cannot find name 'Many'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (17281,19): Cannot find name 'Many'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (17292,19): Cannot find name 'Many'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (17301,19): Cannot find name 'Many'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (17458,19): Cannot find name 'Many'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (17466,21): Cannot find name 'Many'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (17473,21): Cannot find name 'Many'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (17489,19): Cannot find name 'Many'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (17498,19): Cannot find name 'Many'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (17507,19): Cannot find name 'Many'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (17516,19): Cannot find name 'Many'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (17526,19): Cannot find name 'Many'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (17534,19): Cannot find name 'Many'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (17544,19): Cannot find name 'Many'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (17552,19): Cannot find name 'Many'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (18303,39): Cannot find name 'TemplateSettings'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (18923,19): Cannot find name 'Many'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (18931,19): Cannot find name 'Many'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (19053,19): Cannot find name 'Many'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (19061,19): Cannot find name 'Many'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (19070,47): Cannot find name 'Many'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (19079,47): Cannot find name 'Many'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (19195,31): Cannot find namespace '_'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (19232,43): Cannot find name 'Many'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (19239,43): Cannot find name 'Many'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (19246,43): Cannot find name 'Many'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (19253,43): Cannot find name 'Many'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (19260,43): Cannot find name 'Many'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (19272,40): Cannot find name 'Many'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (19279,40): Cannot find name 'Many'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (19286,40): Cannot find name 'Many'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (19293,40): Cannot find name 'Many'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (19300,40): Cannot find name 'Many'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (19312,39): Cannot find name 'Many'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (19319,39): Cannot find name 'Many'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (19326,39): Cannot find name 'Many'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (19333,39): Cannot find name 'Many'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (19340,39): Cannot find name 'Many'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (19351,39): Cannot find name 'Many'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (19391,53): Cannot find name 'Many'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (19398,58): Cannot find name 'Many'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (19405,58): Cannot find name 'Many'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (19565,22): Cannot find namespace '_'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (19589,22): Cannot find namespace '_'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (19612,23): Cannot find namespace '_'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (19635,23): Cannot find namespace '_'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (19658,21): Cannot find namespace '_'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (19825,15): All declarations of 'WeakMap' must have identical type parameters.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/@types/lodash/index.d.ts (19825,33): Cannot find name 'object'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/src/app/app.module.ts (5,35): Module '"/Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/node_modules/ng2-bootstrap/index"' has no exported member 'DropdownModule'.

ERROR in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/src/app/app.module.ts (92,9): Supplied parameters do not match any signature of call target.

ERROR in Error encountered resolving symbol values statically. Calling function 'DropdownModule', function calls are not supported. Consider replacing the function or lambda with a reference to an exported function, resolving symbol AppModule in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/src/app/app.module.ts, resolving symbol AppModule in /Applications/MAMP/htdocs/ng-skeleton/ng-skeleton/src/app/app.module.ts

webpack: Failed to compile.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.