Skip to content
This repository has been archived by the owner on Feb 14, 2022. It is now read-only.

Releases: edm00se/modernize-ng1

Initial Parcel-ized Release

11 Apr 13:58
Compare
Choose a tag to compare
  • non-trivial app
  • upgraded to angular 1.6.9
  • uses ui-router
  • updated mocks for back-end (comes from .json files purely, since this implementation doesn't directly write anywhere... for the moment)
  • implements alternate loading of html partials, via fs.readFileSync('./path/to/file','utf8') until issue with AngularJS 1.x is resolved more elegantly with; see parcel-bundler/parcel#598 for more
    • this isn't as crazy as it seems, since it's being read into what's converted to a stringified form in JS, which is generally the desired outcome in the bundle, regardless of how it's read in there

To view the working version of the app, in development on Code Sandbox, check out:
https://8yqrnoz5pl.codesandbox.io/

This is an adaptation of my demo application, edm00se/AnAppOfIceAndFire. It can be viewed in its near-to-original state in its IBM Cloud instance.