editor
master
</div>
<div *ngIf="errorMessage">
<p style="color: red">{{ errorMessage }}</p>
Use a class for errors instead of hardcoding the style.
Ne t'inquiète pas ça sera corrigé par colin lorsqu'il fera le css là, c'est temporaire.
};
// Langages autorisés
type AllowedLanguage = 'text/x-sh' | 'text/javascript' | 'text/typescript' | 'text/x-c++src' | 'text/x-csrc';
- type AllowedLanguage = 'text/x-sh' | 'text/javascript' | 'text/typescript' | 'text/x-c++src' | 'text/x-csrc'; + type AllowedLanguage = keyof typeof codeDefaults;
dd2c99adb2
No due date set.
No dependencies set.
Deleting a branch is permanent. It CANNOT be undone. Continue?
</div>
<div *ngIf="errorMessage">
<p style="color: red">{{ errorMessage }}</p>
Use a class for errors instead of hardcoding the style.
Ne t'inquiète pas ça sera corrigé par colin lorsqu'il fera le css là, c'est temporaire.
};
// Langages autorisés
type AllowedLanguage = 'text/x-sh' | 'text/javascript' | 'text/typescript' | 'text/x-c++src' | 'text/x-csrc';
dd2c99adb2
into master 1 year agoReviewers
dd2c99adb2
.