Angular 2+ Notes for Professionals
Chapter 1: Getting started with Angular 2+
Yüklə
1,72 Mb.
Pdf görüntüsü
səhifə
21/21
tarix
28.11.2023
ölçüsü
1,72 Mb.
#169077
1
...
13
14
15
16
17
18
19
20
21
Angular2NotesForProfessionals
Bu səhifədəki naviqasiya:
Section 1.1: Getting started with Angular 2 with node.js/expressjs backend (http example included)
Roadmap Step 1 Create a new folder (and the root dir of our back-end) for our app. Lets call it Angular2 - express . command line
__Angular2-express"> href = "/" > Angular2-express
"> src = "node_modules/core-js/client/shim.min.js" >
">> src = "systemjs.config.js" >
"> href = "http://www.code-sample.com/" target = "_blank" >
it(true is true, function () { expect(true).toEqual(true); });
System.import('app').catch(function(err){ console.error(err); });
Loading...
href
=
"http://www.code-sample.com/"
target
=
"_blank"
>
For more detail...
main.html will load inside here.
[
src
]
=
"getUrl('1234') | sanitaryPipe"
>
[
src
]
=
"getUrl() | sanitaryPipe"
>
Loading AppComponent here ...
Loading AppComponent here ...
loading...
it('true is true', function () {
expect(true).toEqual(true);
});