AngularJS – 基本介紹篇

看完上一篇有關AngularJS的文章之後,如果你已經產生對他的興趣,接下來我們就跟著Google規劃的課程來學習,其實在AngularJS的官方網頁上,本來就有這方面的視訊教學(當然是英文的囉!),馬老師這邊只是做到整理、翻譯和提出我的一些想法,讓想要學習他的人可以更方便,官方視訊總共分成五個等級,每個等級又分成不同章節,章節結束後還都會有模擬測驗,真的推薦大家可以去看看喔!

首先檢視一下要學習AngularJS的一些背景條件:

必須要了解

  • HTML、CSS
  • Javascript

最好能懂

不是那麼重要的

  • jQuery
  • Ruby
  • Rails
  • Python
  • PHP
  • Database

必須了解的部分指的是技術領域,最好能懂的部分是指開發時的觀念

AngularJS Part1 Slide1

至於選擇AngularJS的理由有以下幾點:

  • 幫助你組織Javascript
  • 快速幫你建構動態網站
  • 可以跟jQuery合作愉快
  • 便於測試
AngularJS Part1 Slide2

接下來官方教學以ng-controller為案例,教導AngularJS是如何去呼叫函數的,不過這部分在1.3以上的版本已經不是這樣使用了要特別注意!

AngularJS Part1 Slide3

以下就針對這個案例進行程式的示範,在1.2(含)以前的AngularJS可以這樣來操作ng-controller:(在JS Bin上測試

<!doctype html>
<html ng-app>
<head>
<script src="//ajax.googleapis.com/ajax/libs/angularjs/1.2.26/angular.min.js"></script>
<meta charset="UTF-8">
<title>controllerExample</title>
<script>
  function myFn() {
    alert("歡迎光臨馬老師雲端研究室");
  }
</script>
</head>
<body ng-controller="myFn">
</body>
</html>

但在1.3(含)之後的AngularJS需要這樣來操作ng-controller:(在JS Bin上測試)

<!doctype html>
<html ng-app="controllerExample">
<head>
<script src="//ajax.googleapis.com/ajax/libs/angularjs/1.3.2/angular.min.js"></script>
<meta charset="UTF-8">
<title>controllerExample AngularJS 1.3.2</title>
<script>
angular.module('controllerExample', [])
.controller('myFn', function (){
    alert("歡迎光臨馬老師雲端研究室");
});
</script>
</head>
<body ng-controller="myFn">
</body>
</html>

根據上面的案例,來介紹利用AngularJS開發網頁時的流程和方式:

首先我們可以先建立一個模組(Module),在模組內會包含AngularJS的函式名稱、應用程式名稱(Application Name)和相關函式庫(Dependencies)。

AngularJS Part1 Slide4

上述的程式可以撰寫在一個JS檔案中,讓網頁將該檔案引用。

AngularJS Part1 Slide5

接下來在HTML標籤中加入ng-app=”Application Name”後,讓網頁在載入的時候就會自動運行該模組(Module)。

AngularJS Part1 Slide6

接下來開始介紹表達式,不過這個在上一篇案例當中我們已經有使用過了,相信大家也很容易能夠了解,也建議大家去參考視訊中提到的網頁,裡面有更多有關於表達式的說明。

AngularJS Part1 Slide7

※以上截圖部分為AngularJS官方教學視訊

You may also like...

3,296 Responses

  1. Andreprark表示:

    https://tamoxifen.best/# tamoxifen headache

  2. Ioauya表示:

    cialis pills cialis 10mg brand prednisone 40mg oral

  3. That is really fascinating, You’re an excessively skilled blogger. I’ve joined your rss feed and look forward to in the hunt for extra of your magnificent post. Additionally, I’ve shared your website in my social networks!

  4. MatthewSycle表示:

    https://molnupiravir.life/# molnupiravir covid australia

  5. Josephcoume表示:

    tamoxifen endometrium effexor and tamoxifen

  6. Loreenpisn表示:

    line group chat gay tampa
    gay chat room upstate sc
    chat avenue gay chat

  7. Dennisscalp表示:

    https://withoutdoctorprescription.xyz/# cat antibiotics without pet prescription

  8. VernonBuM表示:

    tamoxifen and grapefruit tamoxifen and antidepressants

  9. Davidhooft表示:

    Обучение менеджера маркетплейсов https://обучение-менеджер-маркетплейсов.рф
    на бесплатных и платных курсах работе на маркетплейсах Вальдберис, OZON, Яндекс.Маркет и т.д., и получение работы для начинающих новичков с нуля “Менеджер маркетплейсов”, на курсах обучат аналитике, разным форматам продвижения уже через короткое время, освойте популярную профессию онлайн и изучите навыки в интернет-маркетинге, для того, чтобы зарабатывать деньги и оказывать помощь предпринимателям; в курсе вы узнаете все: работа с карточками, создание стратегии продаж, работа с поставщиками, особенности маркетплейсов, после прохождения профессионального курса вы получаете сертификат и диплом, стоимость и отзывы есть по ссылке.

  10. MatthewSycle表示:

    https://viagracanada.xyz/# generic viagra coupon

  11. BABAKAWLBIXjk表示:

    stromectol for humans stromectol oral ivermectin 200 mcg

  12. BABAKAWLBIXgs表示:

    ivermectin coronavirus stromectol 0.5 mg price of ivermectin liquid

  13. BABAKAWLBIXxt表示:

    buy ivermectin canada ivermectin price comparison ivermectin 0.5% lotion

  14. Kgpvwa表示:

    acetazolamide 250 mg over the counter viagra fast shipping order montelukast 5mg generic

  15. SABAKAWLBIXtd表示:

    cost of stromectol medication ivermectin 0.5% lotion ivermectin lotion price

  16. GeorgeKisee表示:

    reduslim

  17. SABAKAWLBIXoq表示:

    stromectol otc stromectol 3mg cost stromectol covid 19

  18. SABAKAWLBIXvs表示:

    ivermectin generic name stromectol otc stromectol australia

  19. Josephcoume表示:

    how long does it take for viagra to work viagra for men free samples

  20. Josephcoume表示:

    molnupiravir tablet online shopping molnupiravir antiviral

  21. ufayou168表示:

    I Am Going To have to come back again when my course load lets up – however I am taking your Rss feed so i can go through your site offline. Thanks.

  22. Aw, this was a very nice post. In idea I wish to put in writing like this moreover taking time and precise effort to make an excellent article! I procrastinate alot and by no means seem to get something done.

  23. RaymondNor表示:

    https://ciprofloxacin.icu/# buy ciprofloxacin

  24. Robenapisn表示:

    free bi-gay chat lines
    gay chat rooms black
    gay text chat app

  25. Josephamirm表示:

    ivermectin for heartworms in dogs ivermectin for dogs dose

  26. Josephamirm表示:

    lisinopril 20 mg canada lisinopril 20 mg canadian

  27. JeffreyExorb表示:

    https://lisinopril.icu/# how much is lisinopril 40 mg

  28. Robenapisn表示:

    free cam to cam gay chat
    google zoom gay chat rooms
    gay latin chat

  29. LABAKAWLBIXdj表示:

    cheap lyrica lyrica 75 mg tablet pregabalin 150mg cheap

發佈留言

發佈留言必須填寫的電子郵件地址不會公開。