Sign In Start Free Trial
Account

Add to playlist

Create a Playlist

Modal Close icon
You need to login to use this feature.
  • Book Overview & Buying AngularJS Deployment Essentials
  • Table Of Contents Toc
AngularJS Deployment Essentials

AngularJS Deployment Essentials

By : Zachariah Moreno
3 (1)
close
close
AngularJS Deployment Essentials

AngularJS Deployment Essentials

3 (1)
By: Zachariah Moreno

Overview of this book

If you are a web developer, this handy guide will empower you to quickly learn the fundamentals of AngularJS development and deployment.
Table of Contents (10 chapters)
close
close
9
Index

Conventions

In this book, you will find a number of styles of text that distinguish between different kinds of information. Here are some examples of these styles, and an explanation of their meaning.

Code words in text are shown as follows: "This file is called manifest.json."

A block of code is set as follows:

angular.module('krakn.controllers', ['ionic', 'ngAnimate'])
.controller('HomeCtrl', ['$scope', 'syncData', function($scope, syncData) {
  syncData('syncedValue').$bind($scope, 'syncedValue');
}]);

When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:

angular.module('krakn.controllers', ['ionic', 'ngAnimate'])
.controller('HomeCtrl', ['$scope', 'syncData', function($scope, syncData) {
  syncData('syncedValue').$bind($scope, 'syncedValue');
}]);

New terms and important words are shown in bold. Words that you see on the screen, in menus or dialog boxes for example, appear in the text like this: "From the drop-down menu, select the Settings menu item near the bottom."

Note

Warnings or important notes appear in a box like this.

Tip

Tips and tricks appear like this.

From this point forward, I will use a few terms I consider to be relevant industry standard slang and acronyms to enhance your vocabulary when speaking with other developers, watching tutorial videos online, and reading associated literature or blog posts. These include the following terms:

  • Angular: This term is a shorthand name referring to all facets of AngularJS and its community.
  • Tool Stack: This term is used for a collection of tools encompassing all phases of the development process. These include, but are not limited to, boilerplates/seed projects, code editors, IDEs, code linters, command-line utilities, language abstraction compilers, package managers, local web servers, LiveReload, source/version control and their respective web applications, web browsers / BrowserStack, browser DevTools, testing runners, build tools, server communication clients, and others. For further information, Google search for slides from Paul Irish's presentation entitled Tooling & The Webapp Development Stack.
  • DevTools: This term is a shorthand name referring to the Google Chrome Developer Tools. Having contributed to the Chromium Open Source community, I am biased towards Google Chrome and most notably towards the Chrome Developer Tools.
  • PaaS: This term is an acronym for Platform as a Service.
  • CLI: This term is an acronym for command-line interface.
CONTINUE READING
83
Tech Concepts
36
Programming languages
73
Tech Tools
Icon Unlimited access to the largest independent learning library in tech of over 8,000 expert-authored tech books and videos.
Icon Innovative learning tools, including AI book assistants, code context explainers, and text-to-speech.
Icon 50+ new titles added per month and exclusive early access to books as they are being written.
AngularJS Deployment Essentials
notes
bookmark Notes and Bookmarks search Search in title playlist Add to playlist font-size Font size

Change the font size

margin-width Margin width

Change margin width

day-mode Day/Sepia/Night Modes

Change background colour

Close icon Search
Country selected

Close icon Your notes and bookmarks

Confirmation

Modal Close icon
claim successful

Buy this book with your credits?

Modal Close icon
Are you sure you want to buy this book with one of your credits?
Close
YES, BUY

Submit Your Feedback

Modal Close icon
Modal Close icon
Modal Close icon