Skip to content
Snippets Groups Projects
Select Git revision
  • c95e87290f85011ab31fdf2039f627a05c3aec5f
  • main default protected
2 results

quizz-play.component.ts

Blame
  • Forked from an inaccessible project.
    quizz-play.component.ts 217 B
    import { Component } from '@angular/core';
    
    @Component({
      selector: 'app-quizz-play',
      templateUrl: './quizz-play.component.html',
      styleUrls: ['./quizz-play.component.css']
    })
    export class QuizzPlayComponent {
    
    }