CH5 Zero To Button!

แชร์
ฝัง
  • เผยแพร่เมื่อ 22 ม.ค. 2025

ความคิดเห็น • 34

  • @empty-oz
    @empty-oz ปีที่แล้ว +1

    The latest version of Angular creates apps as standalone by default. To get around this use the --standalone=false option when creating the app. I also used the --routing=false option.
    ng new demo --standalone=false --routing=false

    • @diegoromero3843
      @diegoromero3843 10 หลายเดือนก่อน

      I was having trouble figuring out why my app files were different than in the video. This did it.
      Thanks!

  • @dvjstefan
    @dvjstefan 4 ปีที่แล้ว +2

    Finally! Thank you for this video. Finally CH5 dosen't look that hard anymore - until I tried to add /, then it stopped working as I want :P Hope for more videos from you or other guys that will explain this more :) Thank again for this video.

    • @shreyasrp888
      @shreyasrp888 4 ปีที่แล้ว

      I tried this without Angular, and faced the same issue when I had the inside of index.html. Moving that to the last line of fixed the issue for me.
      I guess ch5-select makes use of IDs which requires the HTML to be loaded before the Javascript. I don't know how to fix that for Angular though.

  • @tophervessels1461
    @tophervessels1461 4 ปีที่แล้ว +2

    Please keep these videos coming, great stuff!

  • @arikadiusz
    @arikadiusz 4 ปีที่แล้ว +1

    Great stuff. Looking forward to see full training course !

  • @lawn2learn
    @lawn2learn 4 ปีที่แล้ว

    CH5 is gonna set the new standard for Home Automation.
    Thanks for the video. Very interesting yet confusing and I like that 🤪🤙🏼

  • @gernotzelzer2095
    @gernotzelzer2095 4 ปีที่แล้ว

    Wow! great work! thanks for this! Pls do more...

  • @JanusDuo
    @JanusDuo ปีที่แล้ว

    ch5-cli archive -p demo -d dist/demo -o dist
    Error: File dist/demo/index.html has not been found.
    😞

    • @JanusDuo
      @JanusDuo ปีที่แล้ว

      OK so copy the index.html file from the src folder to the dist folder then run the command again.

  • @attilamirk3979
    @attilamirk3979 4 ปีที่แล้ว +1

    This is amazing mate! Would you consider to make a video about the emulation in the browser please?

  • @sirgaston99
    @sirgaston99 4 ปีที่แล้ว

    Thanks for the work you put into this, very helpful

  • @TheFrozen1313
    @TheFrozen1313 4 ปีที่แล้ว

    Thanks for sharing! Very insightful.

  • @zbigniew6308
    @zbigniew6308 3 ปีที่แล้ว

    I did the same steps in Angular 13, I got a dark screen, I don't know what the cause is.

  • @adamivie
    @adamivie 4 ปีที่แล้ว

    whenever i try to xfer to my tsw i get: Error: Error on connection to 192.168.0.155: Failed to upload dist/ch5-sample-project.ch5z to display/ch5-sample-project.ch5z: Permission denied. No success executing command.

  • @arikadiusz
    @arikadiusz 4 ปีที่แล้ว

    All good up to point 20. Then I am getting following error
    " src/app/app.component.ts:5:16
    5 templateUrl: './app.component.html',
    ~~~~~~~~~~~~~~~~~~~~~~
    Error occurs in the template of component AppComponent.
    src/app/app.component.html:1:101 - error NG8001: 'ch5-button' is not a known element:
    1. If 'ch5-button' is an Angular component, then verify that it is part of this module.
    2. If 'ch5-button' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message."
    any ideas ?

  • @robertodangio2353
    @robertodangio2353 4 ปีที่แล้ว

    Thanks for this video .... good job !!

  • @rocklandtechnologies
    @rocklandtechnologies 4 ปีที่แล้ว

    It doesn't show anything when i add Routing in my Angular project. Do you know why ?

  • @glennesink73
    @glennesink73 4 ปีที่แล้ว +1

    Wow so nice! wish this was here earlier XD

  • @ekimnosredna
    @ekimnosredna 10 หลายเดือนก่อน

    Fudge, some of this looks a lot different 3 years later... particularly around 8 minutes in. thanks for the video though going to keep trying to get past this point

    • @maarijkhan626
      @maarijkhan626 2 หลายเดือนก่อน

      hey im stuck too did you ever end up figuring it out?

  • @tonitumanoff8319
    @tonitumanoff8319 4 ปีที่แล้ว

    Line 14, so there is now tsconfig.base.json file where is that target

  • @Spannertech728
    @Spannertech728 4 ปีที่แล้ว

    Nice Nathan Thx for posting

  • @drumhed
    @drumhed 2 ปีที่แล้ว

    Thanks for the no-BS primer

  • @codynoon7540
    @codynoon7540 4 ปีที่แล้ว

    This is fantastic! Will you be adding more CH5 videos?

    • @NathanHesson
      @NathanHesson  4 ปีที่แล้ว +4

      Yes, thinking about the contract editor and emulation

    • @rocklandtechnologies
      @rocklandtechnologies 4 ปีที่แล้ว

      @@NathanHesson Please do when you get a chance. God Bless.

  • @TheGalaye
    @TheGalaye 4 ปีที่แล้ว

    great video , thanks

  • @CBNZ14678
    @CBNZ14678 4 ปีที่แล้ว

    This is great Good Work.

  • @drewsy1088
    @drewsy1088 4 ปีที่แล้ว

    Great Video Thanks

  • @ChipMoody
    @ChipMoody 4 ปีที่แล้ว +2

    Be careful copy/pasting lines in steps 12 & 13 above - when I pasted them, they went in with "curly quotes" that pissed off VSC...

    • @NathanHesson
      @NathanHesson  4 ปีที่แล้ว

      Be careful in general with copy/paste. TH-cam wouldn't let me do brackets as well.