angulardart 8.0.3 copy "angulardart: ^8.0.3" to clipboard
angulardart: ^8.0.3 copied to clipboard

Fast and productive web framework by Google. Separate, but similar to the JavaScript framework with a similar name.

example/README.md

AngularDart Example #

A minimal example demonstrating the basics of AngularDart.

Running the example #

  1. Install dependencies:

    dart pub get
    
  2. Build the project:

    dart run build_runner build
    
  3. Serve the application:

    dart run build_runner serve web
    
  4. Open your browser to http://localhost:8080

What this example demonstrates #

  • Component creation: A simple AppComponent with template
  • Data binding: Displaying component properties in the template
  • Event handling: Handling button clicks with (click) binding
  • Interpolation: Using {{ }} to display dynamic values
3
likes
0
points
163
downloads

Publisher

verified publisherqlapp.fr

Weekly Downloads

Fast and productive web framework by Google. Separate, but similar to the JavaScript framework with a similar name.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

analyzer, angulardart_ast, angulardart_compiler, build, build_config, built_collection, built_value, code_builder, collection, csslib, intl, js, lints, logging, meta, path, quiver, source_gen, source_span, stack_trace, stream_transform, web

More

Packages that depend on angulardart