-
-
Notifications
You must be signed in to change notification settings - Fork 240
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: NativeScript/nativescript-angular
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 352c5a9
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: NativeScript/nativescript-angular
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5b53e3d
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 6 commits
- 66 files changed
- 2 contributors
Commits on Mar 13, 2019
-
chore: WIP for making this plugin follow the Angular Package Format a…
…nd support Ivy Steps for testing: - cd nativescript-angular - npm run pack - cd yourProj - npm i your nativescript-angular tgz - install `next` versions of all Angular deps - edit `node_modules/@angular/compiler-cli/src/ngcc/src/packages/dependency_resolver.js` in order to comment out the following code: // This entry point has dependencies that are missing // so remove it from the graph. // removeNodes(entryPoint, Array.from(missing)); <--- this line - enable Ivy in the tsconfig with: "angularCompilerOptions": { "enableIvy": true, "allowEmptyCodegenFiles": true, }, - run ./node_modules/.bin/ivy-ngcc - edit nativescript-angular package.json in order to set `fesm2015/nativescript-angular.js` for both `main` and `module` - edit `fesm2015/nativescript-angular.js` in order to remove the duplicate `_0_Template` - edit `fesm2015/nativescript-angular.js` in order to move import { install } from 'tns-core-modules/globals';install(); on the first line - fix the nativescript-angular imports in your app and the AOT transformer: - edit `/Users/tachev/Work/Test/ngIvy/node_modules/nativescript-dev-webpack/transformers/ns-replace-bootstrap.js` and set ...transformers_1.insertStarImport(sourceFile, idPlatformNativeScript, 'nativescript-angular', firstNode, true), - edit your main.ts, app.module.ts and everywhere else in your app in order to import from `nativescript-angular'` instead of the deep imports - tns run android/ios --bundle --env.iosConfiguration menu - View commit details
-
Copy full SHA for 0da4c90 - Browse repository at this point
Copy the full SHA 0da4c90View commit details
Commits on Mar 14, 2019
-
feat: ng-packager imporvements
vakrilov committedMar 14, 2019 Configuration menu - View commit details
-
Copy full SHA for ce75ea2 - Browse repository at this point
Copy the full SHA ce75ea2View commit details -
docs: add known issues to ivy md
vakrilov committedMar 14, 2019 Configuration menu - View commit details
-
Copy full SHA for 31832e0 - Browse repository at this point
Copy the full SHA 31832e0View commit details -
vakrilov committed
Mar 14, 2019 Configuration menu - View commit details
-
Copy full SHA for fe14433 - Browse repository at this point
Copy the full SHA fe14433View commit details -
vakrilov committed
Mar 14, 2019 Configuration menu - View commit details
-
Copy full SHA for c89e054 - Browse repository at this point
Copy the full SHA c89e054View commit details -
vakrilov committed
Mar 14, 2019 Configuration menu - View commit details
-
Copy full SHA for 5b53e3d - Browse repository at this point
Copy the full SHA 5b53e3dView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 352c5a9...5b53e3d