You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 4, 2017. It is now read-only.
Copy file name to clipboardExpand all lines: public/news.jade
+58-33Lines changed: 58 additions & 33 deletions
Original file line number
Diff line number
Diff line change
@@ -6,56 +6,81 @@
6
6
.grid-fluid
7
7
.c6
8
8
.article-card
9
-
.date December 8, 2015
10
-
.title Building Mobile Apps with Angular 2 and NativeScript
11
-
p Hi! I’m TJ from the NativeScript team at Telerik. We’ve been working with the Angular team for the greater part of this year to integrate Angular 2 into NativeScript, which together let you write native iOS and Android apps using your existing web and Angular...
) Angular 2: an MIT Open Source Licensed Framework
15
+
p As of beta.2 this week, we're moving Angular 2, its related libraries, and any code snippets and examples to the MIT license. Open source licenses are meant to protect developers by making it clear how code can be used. We want developers to be confident that they can use, fork...
16
+
img(src="/resources/images/bios/naomi.jpg")
17
+
.posted Posted by <b>Naomi Black</b>
14
18
.c6
15
19
.article-card
16
-
.date November 30, 2015
17
-
.title How Google Uses Angular 2 with Dart
18
-
p Google is always busy building new web apps, and recently a lot of that development is using Angular 2 for Dart. Just last week, the Google Fiber team launched Google’s first production Angular 2 app, written in Dart. Take a look at their just-launched Angular 2 for Dart app.
p We're ecstatic to announce that we've reached Angular 2 Beta. You can read about many of the improvements over Angular 1 in a recent post. Get started learning Angular 2 now at angular.io. What does 'beta' mean? Beta means we're now confident that most developers can be successful building large applications using Angular 2....
27
+
19
28
.author
20
-
img(src="/resources/images/bios/brian-ford.jpg")
21
-
.posted Posted by <b>Brian Ford</b>
29
+
img(src="/resources/images/bios/brad-green.jpg")
30
+
.posted Posted by <b>Brad Green</b>
22
31
23
32
.grid-fluid.l-space-top-6
24
33
.c12.text-center
25
-
h3.text-headline.text-uppercase From Angular Developer Experts
34
+
h3.text-headline.text-uppercase From Our Developer Community
26
35
.clear
27
-
36
+
28
37
.grid-fluid.l-space-bottom-2.l-space-top-4
29
38
.c6
30
39
.article-card
31
-
.date November 19, 2015
32
-
.title VS Code Angular Snippets
33
-
p Visual Studio Code Beta is available and it supports extensions! I published my first 2 extensions for creating Angular 1 and 2 snippets. You can grab these from the marketplace or right from VS Code.
p Some people seem to be confused why Angular 2 seems to favor the Observable abstraction over the Promise abstraction when it comes to dealing with async behavior. There are pretty good resources about the difference between Observables and Promises already out there.
p How to use Redux in Angular 2 Applications. Redux, now in version 3, has been around less than a year but it has proved very successful. Inspired by Flux and Elm, is used to handle Application state and bind it to the User Interface in a very effective way. Redux also enables cool features
p Dans ce dernier épisode, nous allons voir comment des patrons de conception tels que le Module Pattern ou l’Observer sont utilisés dans AngularJS. Cet article fait partie d’une série d’articles consacrés à l’utilisation des patrons de conceptions par et dans les composants d’AngularJS...
p Visual Studio Code Beta is available and it supports extensions! I published my first 2 extensions for creating Angular 1 and 2 snippets. You can grab these from the marketplace or right from VS Code.
p The new dependency injection system in Angular 2 comes with a feature called “Multi Providers” that basically enable us, the consumer of the platform, to hook into certain operations and plug in custom functionality we might need in our application
0 commit comments