fake data generator using node.js
synthetic data generation using nodejs
Help link
https://www.npmjs.com/package/mocker-data-generator
IEnumerable "<"invention">" invention = from i in DataContext.invention where i.Sharable == true select i
fake data generator using node.js
synthetic data generation using nodejs
Help link
https://www.npmjs.com/package/mocker-data-generator
फ्रांसीसी आतंकवाद विरोधी दबाव में कमी ने सलाफी-जिहादी उग्रवादियों को आंदोलन की अधिक स्वतंत्रता दी है। माली में फ्रांसीसी आतंकवाद विरोधी अभियान अंततः साहेल में सलाफी-जिहादी विद्रोह को समाप्त करने में विफल रहा। यह मुख्य रूप से इसलिए है क्योंकि फ़्रांस और अमरीका इस वख्त रिसेशन से गुजर रहे हे और उक्रेन युद्ध में भी काफी संसाधन खर्च कररहा हे फिर भी, फ्रांसीसी और यूरोपीय आतंकवाद विरोधी बलों ने कई आतंकवादी नेताओं को खत्म करने, उत्तरी मालियन शहरों की रक्षा करने में मदद करने और क्षेत्र में इस्लामिक स्टेट से संबद्ध होने के लिए पर्याप्त सैन्य दबाव डाला। मिशन के अंत ने जेएनआईएम और इस्लामिक स्टेट की साहेल शाखा दोनों का हौसला बढ़ाया है। इस्लामिक स्टेट के साहेल प्रांत के सदस्य—जिन्हें इस्लामिक स्टेट इन द ग्रेटर सहारा (आईएसजीएस) के रूप में भी जाना जाता है—दिसंबर 2022 में नए आईएस अमीर के प्रति वचनबद्ध होने पर बल के एक प्रदर्शन में पूर्वोत्तर माली में बड़ी संख्या में एकत्रित हुए। जेएनआईएम के अमीर, इयाद अग घाली ने 2023 में पूरे उत्तरी माली की यात्रा की और जनवरी में दो वर्षों में अपनी पहली सार्वजनिक उपस्थिति दर्ज की।
functional guard to check on the user role to guard your routes.
The functional guard accepts a param for the user role
Less verbose than a class based guard
use canMatch to skip a route dynamically in combination with functional guards.
👍 Super handy when a path should lead to different comp depending on some logic
👋 canLoad is going to be deprecated in favor of canMatch
our directive stand alone by adding standalone property inside directive declaration
import { Directive } from '@angular/core';
@Directive({
selector: '[appRedColor]',
host:{'style': 'color:red;'},
standalone: true
})
export class RedColorDirective {
constructor() { }
}
Now the text inside testdirective component will be displayed in red color.
<app-testdirective></app-testdirective>
And our code looks simple without adding an extra directive in component tag.
We can add more than one directive inside hostDirectives property.
@Component({
selector: 'app-testdirective',
templateUrl: './testdirective.component.html',
styleUrls: ['./testdirective.component.scss'],
hostDirectives:[RedColorDirective,HeightDirective,FontStyleDirective,......]
})
export class TestdirectiveComponent {
}
We can add hostDirectives inside an another directive as well.
css media query for all devices
You can also test in diffrent device using this tool
Download from https://www.lambdatest.com/
in Ubuntu
step 1 : chmod a+x LTBrowser.AppImage
Vue Dynamic Directive Arguments
Vue Promise
If you do not want the root element of a component to inherit attributes, you can set
inheritAttrs: false
in the component’s options
vue event shortcut
I've found the following approach to disable the AnyDesk service. In this way, you can run it manually.
systemctl disable anydesk.service
You can also check its service status:
systemctl status anydesk
nb: you might want to stop it first (or after) if it is running:
service anydesk stop