2
Answers

Multiple line shown in Matsnackbar in angular

Photo of Sathya Sambath

Sathya Sambath

5y
7.6k
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)