“ ” #dartlang Eric Bidelman Shadow DOM gives us markup encapsulation, style boundaries, and exposes (to web developers) the same mechanics browsers vendors have been using to implement their internal UI. Shadow DOM
#dartlang @NgFilter(name: 'categoryfilter') class CategoryFilter { call(recipeList, filterMap) { if (recipeList is List && filterMap is Map) { // filter for something here return recipeList.toList(); } } } category_filter.dart
Services #dartlang ! Services are substitutable objects that are wired together using dependency injection. You can use services to organize and share code across your app. ! ! Angular for example provides a built-in service called the Http Service that handles making HTTP requests to the server. ! !
Resources #dartlang Siblings https://www.flickr.com/photos/swambo/13830270395 Building Blocks https://www.flickr.com/photos/tinker-tailor/4161713573 Blueprint https://www.flickr.com/photos/wscullin/3770015203 Construction Site http://commons.wikimedia.org/wiki/File:QV_Building_construction_site,_Melbourne_- _March_2002.jpg