Welcome to Angular 4U - Get free Tips, Demos, Tutorials and More!
Here at Angular 4U we aim to bring you everything you need for your Angular JS development. We have information and reviews on NPM modules, TypeScript components and more.
We also have a section on Angular 2 or Angular 4 for those wanting the latest advice and tips on the latest version of Angular JS. You can also view our demos and tutorials sections for those looking for practical advice and examples on Angular JS. Other sections include our Tools & Resources section and also the Premium section which has information on premium plugins for Angular.
-
-
11
10 AngularJS CRUD App Demos
In today’s post we’ve collected 5 CRUD AngularJS App Demos to help you get started with your AngularJS app development. If you didn’t know CRUD (create, read, update, delete) are the four basic functions for… -
-
2
5 AngularJS Documentation Generators
In today’s post I’ve had a look at some ways to auto generate your documentation for your AngularJS apps. They seem to be very scarce and even the ones out there being used are not… -
5 Angularjs Loading/Progress Bar Options
In today’s post we’re sharing some examples of using Angularjs to get that YouTube style loading bar (the thin red one) you see when a page is loading. If you find any other good Angularjs… -
5 AngularJS Quiz Demos
Just some demos of quiz web applications built with AngularJS. Happy quizzin. 1. Quizzler Online Github Demo 2. Quiz Application in AngularJs Website Demo 3. QuizzApp Angular Github Tutorial Demo 4. AngularJS Quiz Maker Demo… -
3
Angular JS Google Trends 2015
Here are some trends for AngularJS for 2015. As we all expected AngularJS is trending well as we can see on this Google Trends Graph. View Google Trend 2015 Regional Interest as usual mean sweet… -
5 AngularJS Twitter Search Examples
Searching for tweets seems to be the in thing at the moment. Web apps are displaying tweets and using counts of tweets in trends to determine the popularity of a hashtag, website URL or person.… -
-
2
5 AngularJS Image Upload Demos
In today’s post i’ve tried to capture some recent demos of using Angularjs to upload images (and uploading files) ideally in modules or directives which you can plug straight into your web apps. If you… -
Top 10 AngularJS Directives
AngularJS has an awesome feature called directives if you didn’t know! 😉 AngularJS Directives in a nutshell provide the front-end developer with custom HTML DOM element representations. In short, this allows you to create your… -
1
AngularJS Username Already In Use Example Directive
So this is how you can use ajax validation with an AngularJS directive to check if a username is already in use (by another registered user). User types a username Ajax request to back-end with… -
Find AngularJS Directives & Modules
An awesome part of AngularJS is its ability to provide functionality which is encapsulated and reusable. These components come in the form of directives and modules mostly. Here are some top websites to find those… -
8
5 Top AngularJS UI Frameworks
These are some cool user interface frameworks which I think work well with AngularJS. They provide everything you need to bootstrap out your ng web application so that it “looks pretty” when it comes to… -
5 AngularJS Official Route Demos
Every AngularJS web app needs a routing service of some kind to handle your SPA page requests. The AngularJS router $route and $routeProvider has evolved over the past couple of years and is getting better… -
Examples of AngularJS Advanced Custom Routers
Following on from UI-Router Examples These examples are alternatives to the official AngularJS $route/$routeProvider. There is also the Angular UI-Router which providers awesome deep nesting of views and flexible routes. These ones are more customized… -
2
5 AngularJS UI-Router Examples
Routes are awesome for SPA’s and HTML5 Push allows us to remove the annoying stupid hash in the URL. However, the deeper the URL goes the trickier it becomes to offer pretty URLs to our… -
12
Laravel 4 with AngularJS Architecture Solution
This is the overview of solution to developing a web application using AngularJS and Laravel. My aim is to keep the front-end and back-end as separate as possible. I have envisaged a setup which has… -
-
2
Include CSRF Token into Angular App (LinemanJS)
If your using Lineman obviously the index page is index.us so it’s not PHP and you can’t simply echo the token out into the document head. And also Lineman runs on a port (default 9000)… -
1
Folder Structure options for Laraval & AngularJS
As I see it, there are 3 options for the application folder structure of a AngularJS front-end / Laravel back-end architecture. 1. Angular app in public directory of Laravel 2. Laravel in api directory of… -
11
Top 10 AngularJS Template Projects (Seeds) with Demos
A collection of 10 AngularJS Template Projects (Seeds) including demonstrations you would find useful for all your angular webapp needs. They are what we think the Top 10 so far. Feel free to leave comments… -
7
10 Popular AngularJS IDE Plugins/Extensions
I’d like to share some AngularJS IDE Plugins and Extensions which can enhance the way you code with your favourite code editor. Personally I use Sublime Text Editor but I am also a fan of… -
22
Top 10 AngularJS Table Demos
Recently I have been doing some tables work in AngularJS, so, I have researched some of the best modules and directives available at the moment. Here I have listed the best AngularJS Tables Plugins and…