Index

A

Action sheet
<a> elements
Android
Chrome DevTools
emulator
Genymotion
Java for
PATH environment variable
SDK
angular.json file
Angular Router
loadChildren property
to NgRx store
root routing module
RouterStateUrl
routing module for comments
stateKey property
useHash property
Apache Cordova
app.component.html template file
app.component.ts file
App files
app
assets
components
environments
index.html
pages
theme
app.module.ts file
app-routing.module.ts file
Autonomous custom elements
Avatars

B

Basic app structure
app files
app
assets
components
environments
index.html
pages
theme
config files
angular.json
config.xml
ionic.config.json
package.json
tsconfig.json
tslint.json
Cordova files
platforms
plugins
www
skeleton code ( see Skeleton code)
Blank app

C

Card layout
Checkbox
Chrome DevTools
for Android debugging
start
Classes
Cloud Firestore
Colors
Comment model
Comments, view
CommentComponent
template
CommentsComponent
code
template
ItemComponent changes
state management
actions
connect component to store
effects
reducers
Components, Ionic
action sheet
Core components
menu
properties, ion-menu
ion-menu-button
ion-menu-controller
ion-menu-toggle
template
modals
popover ( see Popover components)
slides
tabs
Config files
angular.json
config.xml
ionic.config.json
package.json
tsconfig.json
tslint.json
Configuration
config.xml file
Content-centric apps
Continuous integration (CI)
Gitlab
Headless Chrome, configuration
protractor.conf.js
Cordova files
directory www
platforms
plugins
Cordova InAppBrowser plugin
alerts
buttons
create() method
ion-alert-controller
ion-loading-controller
properties
installation
solution
testing
URL to open
clearcache option
clearsessioncache option
EventEmitter
event handler of toOpen
events
hidden option
location
openPage() method
OpenPageService
parameter options
values
Custom elements
autonomous
built-in
definition
v0 and v1 code
CustomErrorHandler

D

Data messages
Dependency injection token

E

E-commerce app database
Firebase database ( see Firebase database)
organisation
Email and password login
AngularFireDatabase
AngularFire2
creating
injection token, Hacker News database
parameters
updated Firebase configuration
AuthService
enabling
Firebase’s JavaScript library
login page
models, user management
sign-up page
state management
actions
AuthEffects
state and reducers, authentication status
state and selectors, feature auth
third-party login ( see Third-party login)
updating user name
Empty list
End-to-end tests
Environment files

F

Favorites
AuthGuard
integration with authentication
page
page test
service
state management
actions
FavoritesEffects
state, reducer function, and selectors
toggle
Firebase app
Firebase cloud messaging (FCM)
capabilities
Cordova plugin
FCM.onNotification() method
JSON
notification messages and data messages
REST API
Firebase console
Firebase database
JavaScript SDK
using event listeners
navigation
products
query data
filtering
sorting
read data
DataSnapshot
event types
removing event listeners
using event listeners
Realtime Database
write data
pushing method
reference object

G

Genymotion
Gitlab CI
global.scss file
Grid layout

H

Hacker News API
AngularFire2 packages
AppModule with
components
configuration
ItemService
JSON content
query object for retrieving items
top stories page
buttons
complete method
infinite scrolling
ion-infinite-scroll
ion-refresher
load more stories
pagination and refresh
pull-to-refresh
refresh() method
testing
updated model
Hacker News app
iOS and Android platforms
sample, reasons
user stories
Home page files
HTML imports
HTML template
Hybrid mobile apps
Apache Cordova
benefits and drawbacks
content-centric apps
HTML5
ionic framework

I

InAppBrowser, see Cordova InAppBrowser plugin
Input types
Interface
classes contracts
function types
shape of values
Ionic apps
Chrome DevTools ( see Chrome DevTools)
Ionic CLI ( see Ionic CLI)
Ionic DevApp
8100 port
Safari Web Inspector
Ionic CLI
Android
Genymotion
PATH environment variable
SDK
Apache Cordova
creating app
application templates
ionic start
enable project-angular
project types
IDEs and editors
iOS
Node.js
using yarn
ionic.config.json file
Ionic components, see Components, Ionic
Ionic deploy
Ionic DevApp
Ionic framework
Stencil ( see Stencil)
Ionic Pro
Ionic UI controls
checkbox
inputs
labels
radio buttons
ranges
selects
action sheet to display
configuration options
multiple selections
single selection
toggles
toolbar
iOS
emulator
Objective-C/Swift for
Safari Web Inspector
Xcode

J

Jasmine
and Karma
test suite
Jest

K

Karma
configuration file
debug UI
spec files
suite file
TestUtils
UI

L

Labels
List stories
array items
avatars
CUSTOM_ELEMENTS_SCHEMA
display items component
Angular CLI
Ionic CLI
styles of
template of
timeAgo pipe
empty list
grouping of items
header and dividers
icons
Item[]
render list of items
simple list
thumbnails
TypeScript interface

M

main.ts file
MenuComponent
Mobile apps
building steps
cross-platform
Firebase
hybrid ( see Hybrid mobile apps)
store
Modals components
Modes
ion-range components
iOS styles
material design styles
ranges and icons

N, O

NgRx
concepts
feature items
adding effects
creating actions
creating reducers
State interface
libraries
@ngrx/store-devtools
top stories feature
adding effects
creating actions
creating reducers
modules
pagination
selectors
State interface
update components
unit testing
Node.js
Notification messages

P

package.json file
Platform
Popover components
create() method
FontSizeChooserComponent
onDidDismiss() function
template
wrapping existing components
Protractor, end-to-end test
configuration
favorites page
page objects and suites
top stories page
user management test
Publishing, app stores
default icons and splash screens
deploy to devices
ionic deploy
monitoring
view and share, Ionic View
Push notifications
cordova-plugin-fcm plugin
data object, format
deliver messages
displayed notification
display name
FCM
Firebase console
new message, creation
notification messages and data messages

Q

Query data
filtering
sorting

R

Radio buttons
React integration
Realtime Database
Redux Devtools Extension
RxJS
definition
methods
complete()
error()
from()
next()
Observable.create()
of()
subscribe()
observables
observers
operators
subjects

S

Safari Web Inspector
Sass
definition
mixins
nesting
variables
Service mock
Shadow DOM
Share stories
card layout
grid layout
social sharing ( see Social sharing)
Sidemenu app
Simple list
Single Page Applications (SPAs)
Skeleton code
app.component.html file
app.component.ts file
app.module.ts file
app-routing.module.ts file
extra files
global.scss file
home page
main.ts file
running the app
unit tests
Slides component
Social sharing
canShareViaEmail() method
functionality
installing cordova-plugin-x-socialsharing
method share()
shareVia(appName, message, subject, image, url) method
sharing sheet
social providers
top stories page
updated ItemComponent
Stand-alone SDK tools
State management
importance
NgRx ( see NgRx)
types
view comments
actions
connect component to store
effects
reducers
Stencil
component life cycle
context
distributions
events
Ionic Core
@Prop
Sass
slots
@State
tag selector
unit testing
Storage

T

Tabbed app
Tabs components
Third-party login
Cordova configurations
Cordova plugins
Dynamic Links
effect to handle action
logInWithProvider
screenshot
services and providers
sign-in providers
signInWithPopup
updated login page
Thumbnails
Toolbar
TopStoriesComponent
Top stories page
Angular interface OnInit
error handling
subscriber
test spec
toast notifications
generating modules and components
Hacker News API ( see Hacker News API)
loading indicator
event
ItemService
ItemServiceMock testing
Jasmine spy objects
LoadingController
test spec
service mock
spec file
template file
tsconfig.json file
tslint.json file
TypeScript
angular
bootstrap, app
class providers
components
definition
dependency injection
factory providers
metadata
modules
services
template
tokens
use services in components
value providers
classes ( see Classes)
compile-time type checks
decorator
class
definition
factories
method
property
definition
function arguments
IDE support
interfaces ( see Interface)
rich feature sets
transpiling process
types
array
boolean
enum
never
null and undefined
numbers
any
string
tuple
union
void

U, V

Unit test files
Unit tests
angular.json file
definition
Karma configuration file ( see Karma)
suite file
User management
email and password login
ionic UI controls ( see Ionic UI controls)
personalization features
test
third-party login

W, X

Web components
APIs platform
browser compatibility, caniuse.com
browser support, Chrome
compiler techniques
JSX
TypeScript
componentization
custom elements ( see Custom elements)
definition
HTML imports
HTML templates
Ionic Core
shadow DOM
Stencil
badge component
compiler
W3C specification
web frameworks
CSS styles
HTML
JavaScript
WebDriver API
WebStorm

Y, Z

Yarn tool
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.136.22.50