Skip to content

Instantly share code, notes, and snippets.

View matsko's full-sized avatar

Matias Niemelä matsko

View GitHub Profile
{
"public_identifier": "eden-marco",
"profile_pic_url": "https://s3.us-west-000.backblazeb2.com/proxycurl/person/eden-marco/profile?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=0004d7f56a0400b0000000001%2F20231008%2Fus-west-000%2Fs3%2Faws4_request&X-Amz-Date=20231008T100817Z&X-Amz-Expires=3600&X-Amz-SignedHeaders=host&X-Amz-Signature=dcf1acc978f105513517e9ab70cf55b704737a74d96e5914a500b561a11e324b",
"background_cover_image_url": null,
"first_name": "Eden",
"last_name": "Marco",
"full_name": "Eden Marco",
"follower_count": 2919,
"occupation": "LLM Specialist, Customer Engineering - Google Cloud at Google",
"headline": "LLM Specialist @ Google Cloud | Best-selling Udemy Instructor | Backend dev with passion for GenAI",
+ ./node_modules/.bin/ngc
+ ./node_modules/.bin/jasmine init
+ ./node_modules/.bin/jasmine test/animate_spec.js test/basic_spec.js test/projection_spec.js
/private/var/folders/z3/h3ln_qgx4c94x5j63mqdy4r4007j4y/T/e2e_test.1464908341/node_modules/zone.js/dist/zone.js:113
var setNative = utils_1.patchMethod(window.XMLHttpRequest.prototype, 'send', function () { return function (self, args) {
^
TypeError: Cannot read property 'prototype' of undefined
at patchXHR (/private/var/folders/z3/h3ln_qgx4c94x5j63mqdy4r4007j4y/T/e2e_test.1464908341/node_modules/zone.js/dist/zone.js:113:63)
at Object.<anonymous> (/private/var/folders/z3/h3ln_qgx4c94x5j63mqdy4r4007j4y/T/e2e_test.1464908341/node_modules/zone.js/dist/zone.js:81:2)
ctx.onLeave(
stagger(keyframe({
'0%': { transform: 'scale(1)' },
'25%': { transform: 'scale(1.4)' },
'100%': { transform: 'scale(0)', opacity: 0 },
}, 1000), staggerTimers.reverse(100))
);
trigger(element, event: string, data): Promise<any> {
if (this.isSelectorMatch(element)) {
var operations = this._lookup[event];
return operations.length
? operations.filter((op) => op.test(element, data))
.map((op) => wrap(op.fn(element, data)))
: noopPromise;
}
return noopPromise;
}
Miss Beulah Roob
Trent Morissette
Miss Ava Pouros
Rod Pouros
Abdul Rice
Laurie Rutherford Sr.
Nakia McLaughlin
Jordon Blanda DVM
Rhoda Hand
Alexandrea Sauer
$animate.enter(element, parent, null, {
from : {
opacity: 0
},
to : {
opacity: 1
}
});
* ngModule.animation('.my-inline-animation', function() {
* return {
* animate : function(element, from, to, done) {
* //styles
* }
* }
* });
function append(prop, promise) {
return function(book) {
promise.then(function(data) {
book[prop] = data;
})
}
};
var requests = [];
var book = bookQuery(isbnQuery(code))
iit('should continue the phase', inject(function($rootScope) {
$rootScope.$watch('a', function(a) {
if (a === 1) throw new minErr('$compile')('fail', '...');
});
$rootScope.a = 0;
$rootScope.$digest();
expect(function() {
$rootScope.a = 1;
<div ng-messages-template>
<div ng-message-on="abc">123</div>
</div>