Giter Site home page Giter Site logo

angular2's People

Contributors

chronic443 avatar

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar

angular2's Issues

Different files in quickstart-master Mac vs Windows

Hi, I'm using a Mac and completed till Mac Setup Part 3 with the exact same files as those in the video. However, in QuickStart files part 1, the files you have are different from mine, as are the arrangements of the files. For example, you have "app" while I have "e2e"; you have "typings" and I have "src". Also, you have the docker files and index.html while I do not. This makes the videos very difficult to follow. Is there a solution to this problem?

Installing issues with npm

npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules\browser-sync\node_modules\rx):
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: shasum check failed for C:\Users\Szuto\AppData\Local\Temp\npm-4844-057f3484\registry.npmjs.org\rx-\rx-4.1.0.tgz
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Expected: a5f13ff79ef3b740fe30aa803fb09f98805d4782
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Actual: 9836178eeebfd050865479ea69f234a6721c4d92
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: From: https://registry.npmjs.org/rx/-/rx-4.1.0.tgz
npm ERR! Windows_NT 10.0.14393
npm ERR! argv "C:\Program Files\nodejs\node.exe" "C:\Program Files\nodejs\node_modules\npm\bin\npm-cli.js" "install"
npm ERR! node v6.9.5
npm ERR! npm v3.10.10

npm ERR! shasum check failed for C:\Users\Szuto\AppData\Local\Temp\npm-4844-057f3484\registry.npmjs.org\immutable-\immutable-3.8.1.tgz
npm ERR! Expected: 200807f11ab0f72710ea485542de088075f68cd2
npm ERR! Actual: 96fb10be1a4de87d4309abcd1c30ffeee4312f9c
npm ERR! From: https://registry.npmjs.org/immutable/-/immutable-3.8.1.tgz
npm ERR!
npm ERR! If you need help, you may report this error at:
npm ERR! https://github.com/npm/npm/issues

npm ERR! Please include the following file with any support request:
npm ERR! C:\Users\Szuto\Desktop\Learning\quickstart-master\quickstart-master\npm-debug.log

Section04_Lecture23/app.component.html

There is this line:
<button (click)="select(i)>{{_selected[i] ? 'Deselect' : 'Select'}}

Should be:
<button (click)="select(i)">{{_selected[i] ? 'Deselect' : 'Select'}}

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.