Skip to content

Instantly share code, notes, and snippets.

View hassanKhademi's full-sized avatar
🏠
Working from home

hassanKhademi

🏠
Working from home
  • FanapSoft
  • remote
View GitHub Profile
@hassanKhademi
hassanKhademi / angularTemplate.js
Last active February 13, 2020 13:05
angularTemplate
//=========================================================================================== use modal
bsModalPending: BsModalRef;
const initialState = {
InputNameOnComponent://ورودی کمپوننت
};
const configModal = {
class: "modal-sm"
};
constructor(private modalService: BsModalService) {}