Skip to content

Instantly share code, notes, and snippets.

@wingsuitist
Last active February 20, 2018 11:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wingsuitist/3b2fa050ad935495b09038e5b4646bb8 to your computer and use it in GitHub Desktop.
Save wingsuitist/3b2fa050ad935495b09038e5b4646bb8 to your computer and use it in GitHub Desktop.
import { Kurs } from '@letsboot/angular';
@Component({
selector: 'Angular-Kurs-Zürich',
templateUrl: './smooth_material.html',
styleUrls: ['./great_trainers.css']
})
export class AngularKursComponent {
register(you: developer) {
this.participantsService.add(you);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment