2
Answers

Multiple line shown in Matsnackbar in angular

Sathya Sambath

Sathya Sambath

5y
7.5k
1
let msg: test;
let msg2 : test3; 
For Ex: alert(msg + '\n'+ msg2);
First and second line  
like wise shown the matsnackbar in angular ? 
Answers (2)