Code Monkey home page Code Monkey logo

angulardart-sample-app's Introduction

Talk to Me

Dart and AngularDart

Dart is a new platform for Web development that includes a language, tools, and libraries. AngularDart is a framework that enables building rich client-side applications.

Goal

The goal of this project is to be a sample application that can help you get started with AngularDart. I began working on it a few days ago to learn the framework. And since there is not much documentation about AngularDart, I decided to make it public, so others can benefit from it.

Learn About AngularDart

Work in Progress

The project is still very much a work in progress.

Done

  • Controllers, Components
  • Routing
  • HTTP
  • Configuring injectables
  • Using scopes for message passing

Try It

http://vsavkin.github.io/angulardart-sample-app/app.html

Problems

If you have any data in your local storage the application may not work as expected. To fix it run the following command in the browser console:

window.localStorage.clear()

To do

  • Validations
  • Application state management
  • Shadow DOM
  • Use factory, value, CreationStrategy, and Visibility

Index

  • Building components => agenda.html, agenda_item.html, agenda_component.dart, agenda_component_input.dart
  • Building decorators => toggle.dart, agenda_item_text_input.dart
  • Setting up route (including default) => app_route_initializer.dart
  • Nested routes and nested views => list.html, and app_route_initializer.dart
  • Using RouteProvider => show_call_ctrl.dart
  • Using formatters => agenda.html and list.html
  • Registering components, controllers, and other injectables => talk_to_me.dart
  • Creating services => parse_agenda_item.dart, storage.dart
  • Using the Http service => users_repository.dart
  • Configuring injectables => global_http_interceptors.dart
  • Using scopes for message passing => messages.dart and global_alert_component.dart
  • Testing => All files in test/unit

Credits

  • Victor Savkin
  • Seth Ladd
  • Pavel Jbanov
  • Patrice Chalin
  • Adam Singer

angulardart-sample-app's People

Contributors

adam-singer avatar chalin avatar pavelgj avatar sethladd avatar vsavkin avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.