Git Product home page Git Product logo

learnangular5's Introduction

testing

learnangular5's People

Contributors

angular-cli avatar planetoftheweb 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  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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

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

learnangular5's Issues

some syntax updated

Updated Syntax

The instructor in this's course used an old way to add (input) syntax, this's way not working in the new version of angular. it's updated

 @Component({
  selector: 'app-artist-details',
  templateUrl: './artist-details.component.html',
  inputs: ['artist']
}) 
  • We should add the input like this
export class ArtistDetailsComponent {
  @Input('artist') artist: any;
}

you can learn more about input and component in angular docs

File not updated for angular 9

Using artist.name in artist-items.component.html will generate an error. Check out the hack I found on my GitHub account.

Examples not working with Angular CLI: 13.1.2 & Node: 16.13.1

Not working with Angular CLI: 13.1.2 & Node: 16.13.1

$ git branch
* 01_03
  master
$ ls -ltr
total 712
-rw-r--r--   1 n0g00hy  staff    1029 Jan  8 14:08 README.md
drwxr-xr-x   5 n0g00hy  staff     160 Jan  8 14:08 e2e
-rw-r--r--   1 n0g00hy  staff     923 Jan  8 14:08 karma.conf.js
-rw-r--r--   1 n0g00hy  staff  336962 Jan  8 14:08 package-lock.json
-rw-r--r--   1 n0g00hy  staff    1318 Jan  8 14:08 package.json
-rw-r--r--   1 n0g00hy  staff     722 Jan  8 14:08 protractor.conf.js
drwxr-xr-x  14 n0g00hy  staff     448 Jan  8 14:08 src
-rw-r--r--   1 n0g00hy  staff     363 Jan  8 14:08 tsconfig.json
-rw-r--r--   1 n0g00hy  staff    3097 Jan  8 14:08 tslint.json
$ ng serve -o
No projects support the 'serve' target.

Version Details:

$ ng --version

     _                      _                 ____ _     ___
    / \   _ __   __ _ _   _| | __ _ _ __     / ___| |   |_ _|
   / △ \ | '_ \ / _` | | | | |/ _` | '__|   | |   | |    | |
  / ___ \| | | | (_| | |_| | | (_| | |      | |___| |___ | |
 /_/   \_\_| |_|\__, |\__,_|_|\__,_|_|       \____|_____|___|
                |___/


Angular CLI: 13.1.2
Node: 16.13.1
Package Manager: npm 8.1.2
OS: darwin x64

Angular: <error>
... animations, common, compiler, compiler-cli, core, forms
... http, language-service, platform-browser
... platform-browser-dynamic, router

Package                      Version
------------------------------------------------------
@angular-devkit/architect    0.1301.2 (cli-only)
@angular-devkit/core         13.1.2 (cli-only)
@angular-devkit/schematics   13.1.2 (cli-only)
@angular/cli                 13.1.2 (cli-only)
@schematics/angular          13.1.2 (cli-only)
rxjs                         6.6.7 (cli-only)
typescript                   <error>

Master branch gone?

I'm going through linked-in learning and there appears to be virtually nothing in the master branch.

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.