Skip to content
Permalink

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: scbd/angular-vue
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.1.0
Choose a base ref
...
head repository: scbd/angular-vue
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4.0.0
Choose a head ref
  • 3 commits
  • 22 files changed
  • 2 contributors

Commits on Feb 13, 2023

  1. Configuration menu
    Copy the full SHA
    fc18e92 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2023

  1. VueNg component and reactive auth/route plugins (#14)

    * Add support for Angular into Vue
    
    * Update rollup packages
    
    * use packaged file for output
    
    * File and Bundle refactoring
    
    * vue -> angular to `vue-ng` component to be match behaviour
    
    * Export module as default
    
    * WIP
    
    * Make auth state reactive
    
    * Add compilation to mjs
    
    * Correctly support loggedIn status
    
    * Add hash support
    
    * Add missing $routeChangeSuccess handler
    
    * include ngVue2
    
    * Add support to login handler
    
    * Add shim for fullPath
    sbilodeau authored Apr 10, 2023
    Configuration menu
    Copy the full SHA
    1561004 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2023

  1. MAke passing $injector optional to Route/Router plugins (#15)

    * read $injector from $ngVue object if available
    
    * update lib version
    blaisefonseca authored Apr 12, 2023
    Configuration menu
    Copy the full SHA
    51bf442 View commit details
    Browse the repository at this point in the history
Loading