Skip to content
Snippets Groups Projects
This project is mirrored from https://*****@github.com/iqb-berlin/verona-modules-aspect.git. Pull mirroring updated .
  1. Sep 08, 2023
  2. Jan 24, 2023
  3. Feb 18, 2022
  4. Feb 14, 2022
  5. Feb 09, 2022
    • rhenck's avatar
      Change all selector prefixes from "app" to "aspect" · a6bdf445
      rhenck authored
      This is done according to the Angular best practices and minimizes
      namespace collisions when using other packages which might use the same
      selectors.
      
      Technically the selectors are not even becessary since we use an Angular
      component factory to create element components but it is still useful
      for the DOM element naming, for debugging purposes for example.
      a6bdf445
  6. Feb 02, 2022
  7. Jan 10, 2022
  8. Jan 06, 2022
  9. Jan 05, 2022
  10. Oct 07, 2021
  11. Sep 24, 2021
  12. Sep 06, 2021
    • rhenck's avatar
      [editor] Replace @kolkov/angular-editor with tinyMCE · e1b3847a
      rhenck authored
      The old one has bugs, like not setting background color. It also relies 
      on deprecated API features, which may stop working any time.
      TinyMCE did not exhibit any bugs so far.
      
      This is the basic installation. rework of the whole DialogService and 
      it's editors follows.
      e1b3847a
  13. Aug 25, 2021
  14. Aug 17, 2021
  15. Aug 16, 2021
  16. Jul 01, 2021
    • jojohoch's avatar
      Simplify configuration for `ng serve <project-name>` · a7e77ba3
      jojohoch authored
      - Replace in the projects 'editor' and 'player' the selector
      'app-root' with 'editor-aspect' or 'player-aspect' and make a
      case distinction unnecessary
      - Remove definitions of the property 'local' in `environment`
      and `angular.json`
      a7e77ba3
  17. Jun 22, 2021
Loading