Pro Angular 9 : build powerful and dynamic web apps /

Saved in:
Bibliographic Details
Author / Creator:Freeman, Adam, 1972-
Edition:4th ed.
Imprint:[United States] : Apress, 2020.
Description:1 online resource
Language:English
Subject:
Format: E-Resource Book
URL for this record:http://pi.lib.uchicago.edu/1001/cat/bib/12605839
Hidden Bibliographic Details
ISBN:9781484259986
148425998X
1484259971
9781484259979
Digital file characteristics:text file PDF
Notes:Includes index.
Includes bibliographical references.
Summary:Welcome to this one-stop-shop for learning Angular 9. Pro Angular 9 is the most concise and comprehensive guide available, giving you the knowledge you need to take full advantage of this popular framework for building their own dynamic JavaScript applications. The fourth edition of this popular guide explains how to get the most from Angular 9, starting with an in-depth overview of the MVC pattern, presenting the range of benefits it can offer. From there, you will begin learning how to use Angular in your projects, starting with the nuts-and-bolts concepts, and progressing on to more advanced and sophisticated features. Each topic in this full-color book provides you with precisely enough learning and detail to be effective. In true Adam Freeman style, the most important features are given full court press treatment, while also addressing common problems and how to avoid them. What You Will Learn: Gain a solid architectural understanding of the MVC Pattern Create rich and dynamic web app clients using Angular 9 Use the ng tools to create and build an Angular project Extend and customize Angular Acquire stills to unit test your Angular projects This book is for web developers who want to create rich client-side applications and possess a foundational knowledge of HTML and JavaScript About the Author: Adam Freeman is an experienced IT professional who has held senior positions in a range of companies, most recently serving as chief technology officer and chief operating officer of a global bank. Now retired, he spends his time writing and long-distance running. "Adam's books provide a finely tuned blend of architectural overview, technical depth, and experience-born wisdom. His clear, concise writing style, coupled with project driven real world examples, make me comfortable recommending his books to a broad audience, ranging from developers working with a technology for the first time to seasoned professionals who need to learn a new skill quickly." Keith Dublin, S olution Principal, Slalom Consulting.
Other form:Original 1484259971 9781484259979
Standard no.:10.1007/978-1-4842-5
10.1007/978-1-4842-5998-6.

MARC

LEADER 00000cam a2200000Ia 4500
001 12605839
005 20210813213023.0
006 m o d
007 cr |n|||||||||
008 200617s2020 xxu o 001 0 eng d
015 |a GBC0G5587  |2 bnb 
016 7 |a 019827744  |2 Uk 
019 |a 1159172987  |a 1162016862  |a 1163809087  |a 1164668316  |a 1175697444  |a 1182532073  |a 1183415261  |a 1184025756  |a 1198377284  |a 1203552423  |a 1239687130 
020 |a 9781484259986  |q (electronic bk.) 
020 |a 148425998X  |q (electronic bk.) 
020 |z 1484259971 
020 |z 9781484259979 
024 7 |a 10.1007/978-1-4842-5 
024 7 |a 10.1007/978-1-4842-5998-6.  |2 doi 
035 |a (OCoLC)1158482254  |z (OCoLC)1159172987  |z (OCoLC)1162016862  |z (OCoLC)1163809087  |z (OCoLC)1164668316  |z (OCoLC)1175697444  |z (OCoLC)1182532073  |z (OCoLC)1183415261  |z (OCoLC)1184025756  |z (OCoLC)1198377284  |z (OCoLC)1203552423  |z (OCoLC)1239687130 
035 9 |a (OCLCCM-CC)1158482254 
037 |a CL0501000147  |b Safari Books Online 
040 |a YDX  |b eng  |c YDX  |d GW5XE  |d EBLCP  |d LQU  |d OCLCF  |d UMI  |d NLW  |d LIP  |d UKMGB  |d UKAHL  |d BRF 
049 |a MAIN 
050 4 |a QA76.76.A65 
072 7 |a UM.  |2 bicssc 
072 7 |a COM051390.  |2 bisacsh 
072 7 |a UM.  |2 thema 
100 1 |a Freeman, Adam,  |d 1972-  |0 http://id.loc.gov/authorities/names/n96061687 
245 1 0 |a Pro Angular 9 :  |b build powerful and dynamic web apps /  |c Adam Freeman. 
250 |a 4th ed. 
260 |a [United States] :  |b Apress,  |c 2020. 
300 |a 1 online resource 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
347 |a text file  |b PDF  |2 rda 
500 |a Includes index. 
505 0 |a Intro -- Table of Contents -- About the Author -- About the Technical Reviewer -- Part I: Getting Started with Angular -- Chapter 1: Getting Ready -- What Do You Need to Know? -- What Is the Structure of This Book? -- Part 1: Getting Started with Angular -- Part 2: Angular in Detail -- Part 3: Advanced Angular Features -- What Doesn't This Book Cover? -- What Software Do I Need for Angular Development? -- How Do I Set Up the Development Environment? -- What If I Have Problems Following the Examples? -- What If I Find an Error in the Book? -- Are There Lots of Examples? 
505 8 |a Where Can You Get the Example Code? -- How Do I Contact the Author? -- What If I Really Enjoyed This Book? -- What If This Book Has Made Me Angry and I Want to Complain? -- Summary -- Chapter 2: Your First Angular App -- Preparing the Development Environment -- Installing Node.js -- Installing the angular-cli Package -- Installing an Editor -- Installing a Browser -- Creating and Preparing the Project -- Creating the Project -- Starting the Development Tools -- Adding Angular Features to the Project -- Creating a Data Model -- Creating the To-Do List Class -- Displaying Data to the User 
505 8 |a Updating the Component -- Understanding the Imports -- Understanding the Decorator -- Understanding the Class -- Styling the HTML Elements -- Displaying the List of To-Do Items -- Creating a Two-Way Data Binding -- Filtering To-Do Items -- Adding To-Do Items -- Displaying Completed To-Do Items -- Summary -- Chapter 3: Putting Angular in Context -- Understanding Where Angular Excels -- Understanding Round-Trip and Single-Page Applications -- Comparing Angular to React and Vue.js -- Understanding the MVC Pattern -- Understanding Models -- Understanding Controllers/Components 
505 8 |a Understanding View Data -- Understanding Views/Templates -- Understanding RESTful Services -- Common Design Pitfalls -- Putting the Logic in the Wrong Place -- Adopting the Data Store Data Format -- Just Enough Knowledge to Cause Trouble -- Summary -- Chapter 4: An HTML and CSS Primer -- Preparing the Example Project -- Understanding HTML -- Understanding Void Elements -- Understanding Attributes -- Applying Attributes Without Values -- Quoting Literal Values in Attributes -- Understanding Element Content -- Understanding the Document Structure -- Understanding Bootstrap 
505 8 |a Applying Basic Bootstrap Classes -- Using Contextual Classes -- Using Margin and Padding -- Changing Element Sizes -- Using Bootstrap to Style Tables -- Using Bootstrap to Create Forms -- Using Bootstrap to Create Grids -- Creating Responsive Grids -- Creating a Simplified Grid Layout -- Summary -- Chapter 5: JavaScript and TypeScript: Part 1 -- Preparing the Example Project -- Understanding the Basic Workflow -- Using Statements -- Defining and Using Functions -- Defining Functions with Parameters -- Using Default and Rest Parameters -- Defining Functions That Return Results 
520 |a Welcome to this one-stop-shop for learning Angular 9. Pro Angular 9 is the most concise and comprehensive guide available, giving you the knowledge you need to take full advantage of this popular framework for building their own dynamic JavaScript applications. The fourth edition of this popular guide explains how to get the most from Angular 9, starting with an in-depth overview of the MVC pattern, presenting the range of benefits it can offer. From there, you will begin learning how to use Angular in your projects, starting with the nuts-and-bolts concepts, and progressing on to more advanced and sophisticated features. Each topic in this full-color book provides you with precisely enough learning and detail to be effective. In true Adam Freeman style, the most important features are given full court press treatment, while also addressing common problems and how to avoid them. What You Will Learn: Gain a solid architectural understanding of the MVC Pattern Create rich and dynamic web app clients using Angular 9 Use the ng tools to create and build an Angular project Extend and customize Angular Acquire stills to unit test your Angular projects This book is for web developers who want to create rich client-side applications and possess a foundational knowledge of HTML and JavaScript About the Author: Adam Freeman is an experienced IT professional who has held senior positions in a range of companies, most recently serving as chief technology officer and chief operating officer of a global bank. Now retired, he spends his time writing and long-distance running. "Adam's books provide a finely tuned blend of architectural overview, technical depth, and experience-born wisdom. His clear, concise writing style, coupled with project driven real world examples, make me comfortable recommending his books to a broad audience, ranging from developers working with a technology for the first time to seasoned professionals who need to learn a new skill quickly." Keith Dublin, S olution Principal, Slalom Consulting. 
504 |a Includes bibliographical references. 
630 0 0 |a AngularJS (Software framework)  |0 http://id.loc.gov/authorities/names/n2017036141 
630 0 7 |a AngularJS (Software framework)  |2 fast  |0 (OCoLC)fst01920441 
650 0 |a Web applications  |x Programming. 
650 0 |a JavaScript (Computer program language)  |0 http://id.loc.gov/authorities/subjects/sh96004880 
650 7 |a Web programming.  |2 bicssc 
650 7 |a Computer programming / software development.  |2 bicssc 
650 7 |a Computers  |x Web  |x Web Programming.  |2 bisacsh 
650 7 |a Computers  |x Programming  |x Open Source.  |2 bisacsh 
650 7 |a JavaScript (Computer program language)  |2 fast  |0 (OCoLC)fst00982071 
655 0 |a Electronic books. 
655 4 |a Electronic books. 
776 0 8 |c Original  |z 1484259971  |z 9781484259979  |w (OCoLC)1150928645 
903 |a HeVa 
929 |a oclccm 
999 f f |i 0bd60bab-acc2-5ca2-aca6-07db445f373d  |s c72db9cb-bfe7-5fb2-bf01-77ab091887cd 
928 |t Library of Congress classification  |a QA76.76.A65  |l Online  |c UC-FullText  |u https://link.springer.com/10.1007/978-1-4842-5998-6  |z Springer Nature  |g ebooks  |i 12621447