FIT2095 Lecture Notes - Lecture 10: Single-Page Application, Web Application, Hypertext Transfer Protocol

91 views2 pages

Document Summary

L10 - single page application using mean stack. Web apps that load a single html page. Dynamically update that page as the user interacts with the app. Server responds with html les with each request. Clients load a single html that represents most of the web app and communicate with their servers via http requests. Back button takes you to the previous page, not the previous state of the app. Higher booting time as they have to load assets in advance. Analytics tools track page views by default, not components or app states. Angular router : enables navigation from one view to the next as users perform tasks. Router interprets a browser url as and instruction to navigation to a component. Entering a url in the address bar following links. Going backward and forward in the browser history. Optional service, not part of angular core import { routermodule , routes } from "@angular/router" ;

Get access

Grade+20% off
$8 USD/m$10 USD/m
Billed $96 USD annually
Grade+
Homework Help
Study Guides
Textbook Solutions
Class Notes
Textbook Notes
Booster Class
40 Verified Answers
Class+
$8 USD/m
Billed $96 USD annually
Class+
Homework Help
Study Guides
Textbook Solutions
Class Notes
Textbook Notes
Booster Class
30 Verified Answers

Related Documents