#
angulardart
Here are 72 public repositories matching this topic...
A multiplatform Dart movie app with 40% of code sharing between Flutter and the Web.
-
Updated
Oct 20, 2020 - Dart
cporte
commented
Jul 19, 2017
@Component(selector: 'test-component',
directives: const [NgIf, NgFor],
template: 'It works!')
class TestComponent {
...
produces the following HTML:
<test-component>It works!</test-component>
If for some reason you were not really awake and write this:
@Component(selector: 'test-component',
directives: cons
-
Updated
Oct 25, 2020 - Dart
More material-ish components designed to work well with angular_components
-
Updated
Dec 2, 2020 - Dart
FIT CTU · BI-SP1 · BI-SP2 · B172 · B181 – software team project
-
Updated
Jan 7, 2019 - Dart
-
Updated
Apr 8, 2020 - Dart
Parse Server SDK for dart and flutter
-
Updated
Feb 15, 2019 - Dart
Angular dart component for the Quill rich text editor
-
Updated
Dec 7, 2020 - CSS
screen clip to gif on web
-
Updated
Dec 13, 2019 - Dart
HTML5 Drag Drop library for AngularDart
-
Updated
Dec 9, 2017 - Dart
-
Updated
Mar 9, 2021 - HTML
Unofficial library for AngularDart and Firebase.
-
Updated
Aug 6, 2018 - Dart
A curated list of awesome Angular Dart resources and components
-
Updated
Oct 19, 2017
Web version of the board game Secret Palpatine (originally Secret Hitler)
-
Updated
Jun 21, 2018 - Dart
České komentované příklady Angular 2 Dart.
-
Updated
Mar 4, 2017 - Dart
An asynchronous message queue controller for Dart
-
Updated
Mar 2, 2018 - Dart
AngularDart community-maintained documentation site!
-
Updated
Aug 2, 2021 - SCSS
Creating angular dart web notifier, easy-to-use notification for web app
-
Updated
Apr 3, 2020 - Dart
User environment detection for AngularDart
-
Updated
Dec 4, 2017 - Dart
An Angular Dart Service to register a listener function to media query updates without dealing with matchMedia
-
Updated
Jan 25, 2018 - Dart
Mini project learning Angular Dart framework
-
Updated
Nov 26, 2020 - Dart
Webanwendung zur Masterarbeit "Entwicklung einer Webanwendung zur Annotation spezifischer linguistischer Merkmale in Fließtexten" an der Universität Tübingen
python
dart
flask
angular
master-thesis
linguistics
spacy
single-page-applications
educational-technology
angulardart
-
Updated
Apr 25, 2018 - Awk
-
Updated
Jun 25, 2021 - HTML
Improve this page
Add a description, image, and links to the angulardart topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the angulardart topic, visit your repo's landing page and select "manage topics."
Firstly, I would like to thank the creator @felangel and contributors to these packages.
I would like to ask to add one sophisticated example usage of hydrated bloc according to the real problem( Manage to save categories to local database using hydrated bloc)
As known, nowadays numerous applications demands complicated feature (such as saving categories and its subcategories locally). Add