ngx_core 0.7.0 copy "ngx_core: ^0.7.0" to clipboard
ngx_core: ^0.7.0 copied to clipboard

discontinued
outdatedDart 1 only

Core library for AngularDart applications.

Changelog #

Version 0.7.0 #

  • Breaking change: starting to use and support Angular 5.
  • Breaking change: removed the ngx_core.js library.
  • Breaking change: renamed the Configuration.serviceUrl property to apiUrl.
  • Breaking change: renamed the pageTitle directive to documentTitle.
  • Breaking change: renamed the GoBack.fallbackRoute property to fallbackPath.
  • Added factories and providers for the HtmlDocument and Window classes from dart:html.
  • Added the Application.smoothScrollSupported property.
  • Added the DocumentTitle.appendAppName property.
  • Added the Title service.
  • Updated the package dependencies.

Version 0.6.0 #

  • Breaking change: starting to use and support the Dart 2 SDK.
  • Breaking change: removed the DocumentRef.nativeDocument property.
  • Breaking change: the global property now maps to the native self object.
  • Added a user guide based on MkDocs.

Version 0.5.0 #

  • Breaking change: moved the JS-based functions and properties to the ngx_core.js library.
  • Breaking change: removed the configuration and environment properties.
  • Breaking change: removed the JSObject class.
  • Added the deleteProperty() and getProperties() functions.
  • Added new unit tests.
  • The ngx_core.js library exports the functions from the dart:js_util library.
  • Updated the package dependencies.

Version 0.4.0 #

  • Breaking change: merged the ngx_core.js_interop library into ngx_core.
  • Breaking change: removed the windowFactory factory.
  • Breaking change: renamed the convertToDart() function to dartify().
  • Breaking change: renamed the config property to configuration.
  • Breaking change: replaced the usage of dart:js library by package:js for JavaScript interoperability.
  • Added the JSObject class.
  • Added the global property.
  • Updated the package dependencies.

Version 0.3.0 #

  • Breaking change: removed the configFactory and envFactory factories.
  • Breaking change: removed the configProvider, envProvider and windowProvider providers.
  • The injection of envToken in Application constructor is now optional.
  • The injection of configToken in Configuration constructor is now optional.
  • The pageTitle directive implements AfterViewInit instead of OnInit, allowing interpolation in element's text content.

Version 0.2.0 #

  • Breaking change: renamed the module exports by replacing the core prefix with ngx.
  • Added an exportAs metadata to the pageTitle directive.
  • Added the goBack directive.
  • Added new unit tests.

Version 0.1.0 #

  • Initial release.
0
likes
0
pub points
0%
popularity

Publisher

verified publisherbelin.io

Core library for AngularDart applications.

Homepage

Documentation

Documentation

License

unknown (LICENSE)

Dependencies

angular, angular_router

More

Packages that depend on ngx_core