Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 316 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 316 Bytes

vaadin2angular

public void GetVaadinAppAndStuff(){
  // a bunch of java code, i have no idea
  // mmm....
  try {
      VaadinApp.toAngular(); // <- your angular app comes out here,  I  think
  } catch (WhatWereYouThinkingException e) {
      System.exit(0);
  }    
}

Just kidding! :)